
input[type=text], 
input[type=password] {
    min-height: 22px;
    text-indent: 3px;
	height: 40px;
}	

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#forgot-password {
	color: #333;
	text-decoration: underline;
	font-size: 16px;
}

.login-label {
	font-size: 20px;
	color: #0F2454 !important;
}

.form-group label {
	margin-bottom: 0px;
}

.cartouche_connexion--raccourcis {
	margin-top: 30px;
}

.raccourcis--item {
	margin-bottom: 20px;
}

.color-button {
	line-height: 30px;
	width: 250px;
    background-color: #009de2 !important;
	border: solid 2px #009de2 !important;
	border-radius: 5px;
	color: #ffffff !important;
	font-size: 16px !important;
	text-transform: uppercase;
	opacity: 1;
}	

.color-button:hover {
    background-color: #009de2 !important;
	border: solid 2px #009de2 !important;
	color: #ffffff !important;
	opacity: 0.6;
}	

/*-----------------------*/

.cartouche_connexion {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
	padding-top: 200px;
    background-size: 140px auto;
    background-repeat: no-repeat;
    background-position: center 50px;
    opacity: 0.99;
}

.companyImage {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: 0;
	left: auto !important;
	width: 100% !important;
	max-width: 100% !important;
    padding: 0;
}

@media all and (min-width: 768px) {
    .page_body--content--image {
        display: block;
    }
}


 @media all and (min-width: 1024px) {
    .page_body--content--image {
    } 
}


@media screen and (min-width: 0px) and (max-width: 1024px){
    .companyImage {
        height : 0px;
    }
 }

@media screen and (max-width: 1200px) {
    .page_body--content {
        padding: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .companyImage {
        display: none;
    }
}

@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%;
    }
}


  


