body {
    height: 100vh;
    background-color: white;
    padding-right: 0px !important;
}

.sigfp-container {
	min-height: 100%;
    position: relative;
    width : 100%;
    background-image: url("../img/test.jpg");
    background-size: cover;
}

.sigfp-container-auth {
    min-height: 100%;
    position: relative;
    width : 100%;
    /*background-image: url("../img/test.jpg");*/
}

.sigfp-header, .top-header {
	/*background-image: url("../img/ok-bkg-header.png");*/
    /*background-repeat: repeat;*/
}

.top-header {
	height: 70px;
}

.sigfp-logo, .sigfp-logo-title {
	color: #555555;
    text-decoration: none;
}

.sigfp-logo{
    font-size: 37px;
    letter-spacing: 15px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 50px;
}

.sigfp-logo-title {
	letter-spacing: 10px;
	position: absolute;
    top: 30px;
    right: 50px;
}

.top-header, .contentBlock, .sigfp-content-menu {
	width: 100%;
	margin: auto;
}

.contentBlock{
	/*background-image: url("../img/ok-bkg-header.png");*/
	/*min-height: 400px;*/
    /*height:85vh;*/
}

.sigfp-footer{
	text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.exercice-info{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}