/* gigya-signup-form-css */

.gigya-subscribe-with-email-form{
    .gigya-css_header1 {
        font-size: 28px;
        line-height: 40px;
        color: #3D3D3D;
        font-family: 'orpheuspro';
        padding-bottom: 12px !important; 
        @media screen and (max-width: 768px){
            font-size: 22px !important;
            line-height: 32px !important;
        }
    }

    .gigya-css_header2, .required-text{
        font-size: 16px;
        line-height: 24px;
        color: #3D3D3D;
        font-family: 'josefin-sans';
        @media screen and (max-width: 768px){
            font-size: 16px !important;
            line-height: 24px !important;
        }
    }

    .gigya-css_header2 { 
        margin-bottom: 40px !important;
    }
    .enrollment{
        padding-bottom: 8px !important;
    }
}

#gigya-subscribe-with-email-form {
    .gigya-css_consent.required-text{
        color: #544F40 !important;
    }
    .gigya-label-text{
        color: #544F40 !important;
    }
    .gigya-css_email{
        padding-bottom:40px !important;
    }
}

#gigya-whatishsingles-registration_form_ty_es {
    .gigya_css_consent-header{
        font-size: 28px;
        line-height: 40px;
        color: #3d3d3d;
        font-family: 'orpheuspro';
        padding-bottom: 12px; 
        @media screen and (max-width: 768px){
            font-size: 22px !important;
            line-height: 32px !important;
        }
    }
    .submit-ty{
        text-align: center;
    }
    .gigya-css-success_text {
        @media screen and (max-width: 768px){
            padding-bottom: 32px;
        }
    }
}