.gform_wrapper .gfield label:not(.fieldset) {
    top: -0.25rem;
    left: 1.25rem;
    height: auto;
    color: #777;
}

.captcha-container label{
    display:none !important;
}

.gform_wrapper .gfield label:not(.fieldset) {
    left: 1.25rem;
    height: auto;
    color: #777;
    margin-top: 2px;
}

.gform_wrapper .gfield .gfield_label.fieldset {
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 3.25rem;
    padding-bottom: 30px;
}

.gfield_checkbox label{
    top:-1rem !important;
}

.gfield_checkbox label{
    margin-left:-25px;
    padding-left:50px !important;
}

.gform_wrapper .gfield input, .input-wrap input {
    height: 4rem;
}