@charset "utf-8";
/* CSS Document */

p.note {font-style: normal!important;}
.mandatory {
    color: #BE0B21;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
#frm-ID-password-LML fieldset {
	border-radius: 0;
}
div#e_contenu input, textarea {
	border: 1px solid #5e6a72;
}
#frm-ID-password-LML #btnEnvoyer {
    background-color: #255ea1;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    padding: 1em 2em;
    margin: 1em auto .5em auto;
    border: none;
}
#frm-ID-password-LML #btnEnvoyer:hover,
#frm-ID-password-LML #btnEnvoyer:focus {
	background-color: #14408A;
	text-decoration: underline;
}
