/* MOT DE PASSE OUBLIE */
h1{margin: 15px;}
p{text-align: center;}
.motdepasseoublie .row{margin: 10px 0;}
.motdepasseoublie{border: 1px solid #ccc; padding: 15px; margin: 0 15px; background-color: #fff;}
.motdepasseoublie-title{text-transform: uppercase; font-size: 1.3em; font-weight: 800; margin-bottom: 30px; text-align: center;}
.motdepasseoublie-label-container{text-align: right;}
.motdepasseoublie-password-forgotten{color: #404040;}
.motdepasseoublie-password-forgotten:hover{color: #1976d2;}
.motdepasseoublie input{width: 100%; height: 30px; border: 1px solid #ccc; border-radius: 3px; padding-left: 5px; padding-right: 5px; font-size: 0.95em; position: relative; top: -5px;}
.motdepasseoublie-submit-container{text-align: center; border-top: 1px solid #e9e9e9; padding-top: 15px; margin-bottom: 0 !important;}
.motdepasseoublie-submit{display: inline-block; padding: 5px 15px; border-radius: 30px; background: none; background-color: transparent; border: 2px solid #e13838; color: #e13838; -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease;}
.motdepasseoublie-submit:hover{color: #fff; background-color: #e13838; outline: 0;}

/* RESPONSIVE */
@media (max-width: 992px) {
	.motdepasseoublie-label-container{text-align: left; margin-bottom: 5px;}
}

/*
	COLORS
	dark blue #1976d2
	blue #2196f3
	light blue #54adf5
	gray #707173
*/