.compFormatMotDePasse, .linePatternPassword {
    display: none;
}
.regexValid {
    color:green;
}
.regexInvalid {
    color:red;
}
.inputBorderValid {
    border-color: green !important;
}
.inputBorderInvalid {
    border-color: red !important;
}
.passwordEye {
    position: absolute;
    width: 29px;
    color: #5D5D5D;
    cursor: pointer;
}