/* html {
    --scrollbarBG: #bbece9;
    --thumbBG: #558a85;
}

body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
} */

body {
    overflow: hidden;
}

.signup-form .ortxt {
    background: #e0f7f6 !important;
}

.cloud-page-form html {
    background: #bbece9;
}

.cloud-page-form body {
    overflow: hidden;
}

.banner-bg .row {
    align-items: inherit;
}

html {
    background: #e4f8f7a8;
}

body {
    overflow-y: scroll;
}

iframe.cloud-page-form {
    background: #e4f8f7a8;
    box-sizing: border-box;
    padding: 40px 40px;
    height: 650px;
    box-sizing: border-box;
    margin-top: -50px;
}

.signup-data-middle-child {
    background: #e0f7f6;
    padding: 40px 0px;
}

#signupform input,
.za-otp-container input {
    padding: 15px 40px 15px 15px !important;
    border-radius: 2px !important;
    border: 1px solid #bbece9 !important;
    font-size: 14px !important;
}

.hide-pswd-icon {
    background-position: -105px -133px;
    width: 6%;
}

.show-pswd-icon,
.hide-pswd-icon {
    right: 15px;
    top: 6px;
}

.show-pswd-icon {
    width: 7%;
}

.zs-txtfldnew-pl {
    line-height: 42px;
    position: absolute;
    right: 25px;
    font-size: 12px;
}

#signupform select {
    font-size: 14px;
    padding: 0px 20px 0px 20px !important;
    width: 100% !important;
    height: 37px !important;
    color: #000;
    outline: none;
    background: var(--white) !important;
    border-radius: 0px !important;
    margin: 0px auto 5px auto !important;
    -webkit-appearance: none;
    border-radius: 2px !important;
    border: 1px solid #bbece9 !important;
}

input::placeholder {
    color: #000;
}

#signupformdiv {
    margin-top: 0px !important;
}

#za-signup-btn.zs-signupbutco,
.zs-signinbutco,
#signupform .za-submitbtn-otp input.signupbtn {
    background: #f0483e !important;
    padding: 8px 30px !important;
    font-size: 15px;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px !important;
    color: #fff;
}

.signup-form .signintxt {
    position: relative;
    top: -18px;
    font-size: 14px !important;
}

#za-signup-btn.zs-signupbutco:hover,
#signupform .za-submitbtn-otp input.signupbtn:hover {
    background: #f0483e !important;
    color: #fff;
}

.banner a {
    background: transparent !important;
    color: #ee4a44 !important;
    border: 1px solid #ee4a44 !important;
}

.banner a:hover {
    background: #ee4a44 !important;
    color: #fff !important;
}

.privacy-container div,
.privacy-container a,
p.dc-info {
    color: #fff;
}

.zcountry-detai p,
#newsignup-div .privacy-container div,
#newsignup-div .signintxt {
    color: #000 !important;
}

#newsignup-div .privacy-container div a {
    color: #4588f0;
}

#signupform input.potlinptbx {
    padding-right: 200px !important;
}

.zs-p10 {
    padding: 3px;
}

.signup-validateform .zcountry-detai {
    padding-bottom: 0px;
}

label#sendmemailcheck {
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 5px;
}

#zsiq_float {
    display: none
}


/*lp-page-banner-signup-form-styles-start-here*/

.field-msg .error.jqval-error {
    font-size: 12px;
}

#signupformdiv .postinrltiv,
.za-country-container.za-country-container-arrow.country-show {
    margin-bottom: 15px;
}

#signupformdiv .field-valid .postinrltiv,
#signupformdiv .field-valid .za-country-container.za-country-container-arrow.country-show {
    margin-bottom: 0px;
}


/*lp-page-banner-signup-form-styles-end-here*/

.za-rmobile-container .ccodelabel {
    background: #ffffff;
    border: 1px solid #bbece9;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}

#signupform .za-rmobile-container input {
    border-radius: 0px 2px 2px 0px !important;
}


/*MEDIA QUREY START*/

@media only screen and (max-width:768px) {
    .container-new h1 {
        margin-top: 0px;
    }
    .banner p {
        max-width: 100%;
    }
    .form-label label {
        margin-top: -44px;
    }
}

@media only screen and (max-width:414px) {
    iframe.cloud-page-form {
        width: 450px;
    }
    #signupform input.potlinptbx {
        padding-right: 0px !important;
    }
    p.logo-text {
        max-width: 100%;
    }
    a.continueSignin {
        font-size: 16px;
        padding: 13px 20px 13px 20px;
    }
    .dwn-priv {
        width: 90% !important;
    }
}

@media only screen and (max-width:375px) {
    iframe.cloud-page-form {
        width: 370px;
    }
}

@media only screen and (max-width:320px) {
    iframe.cloud-page-form {
        width: 300px;
    }
    .zs-txtfldnew-pl {
        font-size: 8px;
    }
    a.creatnewac {
        font-size: 14px;
        padding: 10px 30px 10px 30px;
    }
}