/** Stylesheet for all the gravity forms used **/

/* Turn all the inputs placeholder and other properites 'Black' */
.gform_body ul li .gfield_label,
.gform_body ul li .ginput_container input {
    color: black;
}


/* Reduce space between label and input */
.gfield_label {
    font-weight: 600 !important;
    font-size: 14px !important;
    position: relative;
    margin-left: 4px !important;
    margin-bottom: 0px !important;
}

.ginput_container {
    margin-top: 0px !important;
}

.ginput_container_consent:not(#gform_50){
    margin-top: -36px;
}

#gform_50.ginput_container_consent{
    margin-top: 0px !important;
}

