/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.validation_error, .gform_wrapper .validation_message, .gfield_required, .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: red !important;
}

.validation_error
{
    border-top: 2px solid red !important;
    border-bottom: 2px solid red !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: 3px solid red !important;
}

.mac_verification
{
    font-size: 8px;
    color: rgba(255,255,255,0.25);
}


/* Email Tester */

form.email-tester
{
    width: 100%;
    text-align: center;
}

form.email-tester > input
{
    width: 80%;
}
