/* Friendly: #ff0033 */

body .gform_wrapper div.validation_error {
    background-color: #ff0033!important;
    border: 1px solid #ff0033!important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ff0033!important;
}

.gform_wrapper .validation_message {
    color: #ff0033!important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0033!important;
    background-color: #ffffe0!important;
}

.gform_wrapper .gfield_required {
    color: #ff0033!important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ff0033!important;
}