.validation-success {
    border-right : 5px !important;
    border-style : solid !important;
    border-right-color : green !important;
}

.validation-error {
    border-right : 5px !important;
    border-style : solid !important;
    border-right-color : red !important;
}

.weak-password {
    border: 1px solid orange;
    border-right : 5px !important;
    border-style : solid !important;
    border-right-color : orange !important;
}
