html .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: #F5F5F5;
}
.gfield.gfield_error{
    border:3px solid red;
    padding:0 20px;
    border-radius:20px;
}