.input-error {
    border-color: red;
    color: red;
}

.input-success {
    border-color: green;
    color: green;
}