   .gform_button.button {
    background-color: white;
    color: black;
    border: 0;
    border-radius: 15px;
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    outline: none !important;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
   }
   
   .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-family: sans-serif; 
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0rem;
   }
   
   .gfield_label {
     color: #ffffff;
   }
   
   .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
     margin-bottom: 0px !important;
   }
   
   .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
     width: 100%;
   }
   
   .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
     margin-bottom: 0px !important;
   }
   
   .gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

.gform_wrapper textarea.medium {
    max-height: 100px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px !important;
}

.gform_wrapper .gform_footer {
    padding: 10px 0 0 !important;
    margin: 10px 0 0 !important;
}

.gform_confirmation_message {
    font-family: inherit;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
}

.gform_wrapper div.validation_error {
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.gform_wrapper .validation_message {
    color: #ffffff;
}