@charset "utf-8";
/* CSS para mail */

/* contact form */
.required.error {
    border:1px solid #ff0000 !important; 
}
input[type="checkbox"].error { 
    box-shadow: 0px 0px 0px 1px rgb(255 0 0), 1px 1px 0px 0px rgb(255 0 0);
}
.search-error { 
    border: 1px solid red !important; 
}
.search-form-box .search-error { 
    border: 0 !important; 
    border-bottom: 1px solid red !important; 
}
.input-border-bottom.required.error {
    border-bottom:1px solid #ff0000 !important; 
    border-top: none !important; 
    border-left: none !important; 
    border-right: none !important
}
.g-recaptcha.error iframe { 
    border: 1px solid #ff0000; 
}
.form-results {
    padding: 13px 20px; clear: both; 
    width: 100%; margin-top: 20px; 
    font-size: 14px; 
    line-height: 22px; 
    z-index: 2; 
    max-width: 100%; 
    flex: 0 0 100%; 
    -ms-flex: 0 0 100%;
}    
