/**
 * Theme Name: Neumayer Child Theme
 * Template:   dt-the7
 * 
 */

 .gform-body {
    .gfield_label {
        color: #383838 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
    }
 }

 .gform-footer {
    .gform_button[type="submit"] {
        background-color: #03853e !important;
    }
 }