.ui-state-error {
    border: 1px solid red !important;
}

.ui-state-valid {
    border: 1px solid green !important;
}

.ui-state-error-message {
    color: red !important;
    display: inline;
}
