.gform {
   padding-bottom: 3rem;
    
}

.section-legend {
    font-size: 16px;
    font-weight: bold;
    color: #3c3a3f;
    margin-bottom: 6px;
    border-bottom: 1px solid #999;
    padding-bottom: 6px !important;
}

.form-section-flex {
    gap: .5rem !important;
}

.form-control {
    border-radius: 4px !important;
}

textarea {
    padding-top: 12px !important;
}

.form-section.submit {
    padding-top: 0 !important;
}

button.submit {
    border-radius: 8px !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

button.submit span {
color: #fff !important;
}

.gform h4.alert-heading {
    font-size: 16px;
        font-weight: bold !important;
        color: #33be1c !important;
}
