.noptin-optin-form-wrapper {
    border-radius: 20px;
    background-color: #2b4dd5;
    overflow: unset;
}

.noptin-form-field {
    display: block;
    width: 100%;
    padding: 15px 50px 15px 25px;
    color: #061b52;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(6,27,82,.3);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.noptin-form-field, .noptin-form-field::placeholder {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.noptin-optin-form select {
    display: none !important;
}

.noptin-form-footer {
    background-color: #2b4dd5;
    border-radius: 20px;
    padding: 40px 20px;
}

.noptin-label {
    font-weight: 500;
}

.noptin-form-field-consent label{
    display: flex;
}

.noptin-form-field-consent span {
    margin-left: 12px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    display: block;
}
.noptin-form-field-consent .noptin-checkbox-form-field {
    margin-right: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.noptin-form-submit {
    background-color: #e0a42c;
    color: #061b52;
    border-radius: 100px;
    transition: .3s ease;
    margin-top: 20px;
}
.noptin-form-submit:hover {
    box-shadow: inset 0 1rem 1rem rgba(0,0,0,.15);
}

.noptin-error, .noptin-success {
    line-height: 1.6;
    font-size: 1em;
    border-radius: 100px;
}

@media (min-width: 601px) {
    .noptin-form-field, .noptin-form-field::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .noptin-form-field {
        padding: 17px 50px 17px 25px;
    }
    .noptin-form-footer {
        padding: 50px 44px;
    }
    .noptin-form-field-consent span {
        font-size: 13px;
    }

    .noptin-form-fields {
        flex-direction: row;
    }
    .noptin-optin-field-wrapper {
        width: 48%;
    }

    .g-recaptcha {
        width: 48%;
        padding-top: 10px;
    }

    .g-recaptcha iframe{
        transform:scale(0.77);
        transform-origin:0 0;
    }
}