@font-face {
    font-family: "ClementePDae-Light";
    src: url("ClementePDae-Light.ttf");
}

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: #333;
	text-decoration: underline;
	font-size: 16px;
}

.login-label {
	font-size: 22px;
	color: #3aafc1 !important;
	font-family: "ClementePDae-Light", sans-serif;
}

.form-group label {
	margin-bottom: 0px;
}

.cartouche_connexion {
	background-image: none !important;
	padding-top: 140px;
	background-size: 260px auto;
}

.cartouche_connexion--raccourcis {
	margin-top: 30px;
}

.raccourcis--item {
	margin-bottom: 20px;
}

.color-button {
	line-height: 30px;
	width: 200px;
    background-color: #3aafc1 !important;
	border: solid 2px #3aafc1 !important;
	border-radius: 5px;
	color: #ffffff !important;
	font-size: 16px !important;
	text-transform: uppercase;
	opacity: 1;
}	

.color-button:hover {
    background-color: #ffffff !important;
	border: solid 2px #3aafc1 !important;
	color: #3aafc1 !important;
	opacity: 1;
}	


.raccourcis--item--contact a {
    border: none !important;
    border-bottom: solid 1px #243980 !important;
    border-radius: 0px;
    background-color: #ffffff !important;
    color: #243980 !important;
    width: 250px;
}

.raccourcis--item--contact a:hover {
    border: none !important;
    border-bottom: solid 1px #243980 !important;
    border-radius: 0px;
    background-color: #ffffff !important;
    color: #243980 !important;
    opacity: 1;
    font-weight: bold !important;	
}


