form.cmxform label.error, label.error {
     color: red;
}

input {
    color: #666A6E;
}

input.error { 
    color: red;
}