@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: #000000 !important;
}

.form-group label {
	margin-bottom: 0px;
}

.cartouche_connexion {
	padding-top: 160px;
	background-size: 260px auto;
}

.cartouche_connexion--raccourcis {
	margin-top: 30px;
}

.raccourcis--item {
	margin-bottom: 20px;
}

.color-button {
	line-height: 30px;
	width: 220px;
    background-color: #cccccc !important;
	border: solid 2px #cccccc !important;
	border-radius: 5px;
	color: #ffffff !important;
	font-size: 16px !important;
	text-transform: uppercase;
	opacity: 1;
}	

.color-button:hover {
    background-color: #0c7bd6 !important;
	border: solid 2px #0c7bd6 !important;
	color: #ffffff !important;
	opacity: 1;
}	

