/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form .has-error {
    border: 1px solid red;
}
form .error-text {
    font-size: 12px;
    color: red;
}