/* body { background: red !important;} */

.gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}

.gform-theme--foundation .gfield_consent_label {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.gform-theme--foundation .gform_footer input[type="submit"] {
    width: 100% !important;
    text-transform: uppercase !important;
    font-size: 1.3em!important;
    padding: 14px 2px!important;
    font-family: 'Poppins-B'!important;
}

.gform-theme--foundation .ginput_container_select select,
.gform-theme--foundation input[type="text"],
.gform-theme--foundation input[type="url"],
.gform-theme--foundation input[type="email"],
.gform-theme--foundation input[type="tel"],
.gform-theme--foundation input[type="number"],
.gform-theme--foundation input[type="password"],
.gform-theme--foundation input[type="file"],
.gform-theme--foundation textarea{
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.gform-theme--foundation input[type="text"],
.gform-theme--foundation input[type="url"],
.gform-theme--foundation input[type="email"],
.gform-theme--foundation input[type="tel"],
.gform-theme--foundation input[type="number"],
.gform-theme--foundation input[type="password"],
.gform-theme--foundation input[type="file"],
.gform-theme--foundation textarea{
    padding: 11px 13px !important;
}

.gform-theme--foundation input[type="checkbox"]::before {
    height: 20px !important;
    width: 20px !important;
    font-size: 20px !important;
}
.gform-theme--foundation input[type="checkbox"]:checked::before {
    background-color: #4bbb19;
    color: white;
}