input[type=text], 
input[type=password] {
    min-height: 22px;
    text-indent: 3px;
	height: 36px;
}	

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
 
#forgot-password {
	color: #0F2454;
	text-decoration: underline;
	font-size: 16px;
}

.login-label {
	font-size: 22px;
    color : #0F2454 !important;
}
 
.form-group label {
	margin-bottom: 0px;
}

.cartouche_connexion {
	padding-top: 180px !important;
	background-size: 180px auto;
}

.cartouche_connexion > div {
	display: block ;
	margin-left: 50%;
	transform: translateX(-50%);
}

.cartouche_connexion--raccourcis {
    margin-top: 30px;
    border: 1px solid #fde337;
    width: 415px !important;
    padding: 10px 30px 10px 30px;
}

.color-button {
	width: 150px;
	line-height: 48px;
    background-color: #ffffff !important;
	border: solid 2px #032552 !important;
	border-radius: 0px !important;
	color: #0F2454 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	opacity: 1;
	font-family: Verdana,helvetica,clean,sans-serif !important;
}	

.color-button:hover {
    background-color: #032552 !important;
	border: solid 2px #032552 !important;
	color: #ffffff !important;
	opacity: 1;
}	

.raccourcis--item .color-button {
	width: 200px;
	line-height: 28px;
}

.raccourcis--item--contact .color-button {
    color: #e51313 !important;
	background-color : white !important;
	border: solid 2px #e51313 !important;
}

.raccourcis--item--contact .color-button:hover {
    color: white !important;
	background-color : #e51313 !important;
	border: solid 2px #e51313 !important;
}

.companyImage {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: 0;
    padding: 0;
    max-width: 100%;
}


@media all and (min-width: 768px) {

    .companyImage {
        display: block;
    }
}

@media all and (min-width: 1024px) {
    .companyImage {
        left: 46%;
        width: 54%; 
    } 
}

@media screen and (min-width: 0px) and (max-width: 1024px){
    .companyImage {
        height : 0px;
    }
 }

@media screen and (min-width: 1024px) and (max-width: 1568px) {
    .companyImage {
        left: 51%;
        width: 49%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1568px) {
    .companyImage {
        left: 51%;
        width: 49%;
    }
}

@media screen and (max-width: 1200px) {
	.page_body--content {
		padding: 0px;
	}
}

@media screen and (min-height: 830px) and (max-height: 930px) {
	.companyImage {
		width: 48%;
		left: 52%;
	}
}

@media screen and (min-height: 0px) and (max-height: 830px) {
	.companyImage {
		width: 53%;
		left: 47%;
	}
}

/****/

@media all and (min-width: 1920px) {
	.companyImage {
		width: 39%;
		left: 61%;
	}
}

@media all and (min-width: 768px) {
	.cartouche_connexion {
		vertical-align: middle;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media all and (min-width: 1024px) {
	.cartouche_connexion {
		width: 47%;
	}
}

@media all and (min-width: 1920px) {
	.cartouche_connexion {
		width: 54%;
	}
}


  
