 .commerce-signup-box {
    display: flex;
    align-items: center;
    height: 100%
}

.z-non-testimonial .signup-form {
    padding: 60px;
    top: 0 !important
}

.body-umain .z-non-testimonial .signup-form {
    padding: 60px 0
}

.body-umain #zw-template-inner .signup-form>h2 {
    display: none
}

.login-sidebar {
    padding: 20px;
    box-sizing: border-box
}

.login-sidebar,.signup-form {
    width: 50%
}

.z-non-testimonial .signup-form {
    max-width: 400px
}

.wrap-elm .placeholder {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 20px;
    transition: .2s;
    font-size: 12px
}

.signup-box .added-placeholder .placeholder {
    opacity: 1;
    z-index: 10;
    max-width: max-content;
    color: #000;
    top: -8px;
    left: 22px;
    background: #fff;
    padding: 0 5px;
    transform: scale(0.85) translateY(-10%)
}

.signup-box .sgfrm {
    margin-bottom: 20px
}

.signup-form .signup-box .dialphonenum.placeholder {
    left: 70px
}

.signup-box .added-placeholder span.dialphonenum.placeholder {
    display: none
}

input#rmobile {
    padding-left: 70px
}

.signup-box #countryCodeDiv {
    width: 45px;
    height: 38px;
    left: 11px;
    top: 5px;
    padding: 7px 0 10px 10px;
    border-right: 1px solid #d5d5d5
}

.signup-form .signup-box .wrap-elm input,.signup-box .za-state-container .za-globalstate-signup {
    width: 100%;
    height: 48px;
    overflow: hidden;
    padding: 10px 35px 10px 28px;
    margin: 15px auto 0;
    border: 1px solid #ccc;
    border-radius: 36px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border .3s ease
}

.signup-box #signup-termservice {
    border-radius: 2.5px
}

.signup-form .signup-box .wrap-elm input:hover {
    border-color: #000
}

.signup-form .signup-box .wrap-elm input:focus,.wrap-elm input:not(:placeholder-shown) {
    outline: 0;
    border: 1.5px solid #000;
    transition: all .2s
}

.zc-signup-content-wrapper {
    height: 780px;
    position: relative
}

.testimonial-quote {
    max-width: 85%;
    font-family: var(--secondaryfont-semibold);
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #000;
    text-align: center;
    position: relative;
    margin: 0 auto 3rem
}

.za-password-container .zpassword-show:before {
    top: -50px;
    left: -30px
}

.registered-link{
    font-family: var(--zf-primary-medium);
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    color: #444;
}

.registered-link a{
    font-family: var(--zf-primary-bold);
    padding-left: 5px;
    color: #008452;
}

.testimonial-quote svg {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.testimonial-customer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.customer-photo {
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f0
}

.customer-details {
    text-align: left
}

.customer-name {
    font-family: var(--zf-primary-bold);
    font-size: 22px;
    color: #000
}

.customer-store {
    font-family: var(--zf-primary-medium);
    font-size: 18px;
    color: #444
}

.signup-slider {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    border-radius: 15px;
    background: #f9edd7;
    border-radius: 26px;
    padding: 6rem 2rem 0;
    animation: fadeanimation .5s
}

.signup-slider .img-wrapper {
    padding-top: 2rem
}

.signup-slider.slider-1,.signup-slider.slider-3 {
    background-color: #f9edd7
}

.signup-slider.slider-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d8f6e6;
    text-align: center
}

.signup-slider h2 {
    margin: auto;
    text-align: center;
    max-width: 80%
}

.content-wrapper .highlight {
    font-weight: 700;
    color: #228048;
    margin-bottom: 4rem
}

.core-features,.brand-ratings-wrapper {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem
}

.feature-item p {
    font-family: var(--zf-primary-medium);
    font-size: 14px;
    line-height: 1.2
}

.feature-item img {
    width: 30px;
    height: 30px
}

.signup-slider.active {
    display: block
}

.dots-container {
    position: absolute;
    top: 45%;
    left: 51%;
    transform: translate(-45%,-51%);
    width: 100px;
    padding: 10px 0
}

.dot {
    height: 8px;
    width: 12px;
    margin: 0 3px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: all .4s ease
}

.dot.active {
    background-color: #008452;
    border: 0;
    width: 25px
}

.sgnbtn,.sgnbtn #signupbtn,.za-submitbtn-otp input[name="otpfield"],.za-submitbtn-otp {
    width: 100%
}

.za-submitbtn-otp {
    margin-top: 10px
}

.sgnbtn,.za-submitbtn-otp {
    border-radius: 999px;
    display: inline-flex;
    position: relative;
    background: none !important
}

#signupbtn,input[name="otpfield"] {
    width: auto;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    letter-spacing: .3px;
    color: #000;
    padding: 16px 35px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: inherit;
    text-align: center;
    text-transform: none;
    transition: transform .5s cubic-bezier(0.19,1,0.22,1)
}

.sgnbtn #signupbtn,.za-submitbtn-otp input[name="otpfield"] {
    transform: translate3d(0.01rem,0,0);
    background-color: #01ee65;
    font-size: 14px
}

.signupotpcontainer .za-submitbtn-otp .signupbtn {
    margin: 0;
    color: #000;
    border: 1px solid #000;
    background: #01ee65;
    border-radius: 999px;
    position: relative;
    z-index: 3
}

.signup-box .za-tos-container label {
    padding-left: 18px
}

.signup-box .sign_agree a,.signup-box .sign_agree {
    color: #444
}

.zw-only-copyright {
    margin-top: 50px
}

.social-signup-options {
    margin-top: 50px;
    border-top: .8px solid #dadada;
    padding-top: 20px
}

.signupcontainer .socl-signup,.zw-only-copyright {
    display: none !important
}

.social-signup-label {
    font-size: 12px;
    margin-bottom: 10px
}

.signup-box .za-tos-container #signup-termservice {
    width: 12px;
    height: 12px
}

.signup-box .sign_agree {
    font-size: 12px
}

.signup-box #signup-termservice::before {
    top: 3px
}

.signup-box #signup-termservice::after {
    top: 6px
}

.signup-form h2 {
    margin-bottom: 10px
}

.signup-form .region-wrap {
    display: none
}

.social-signup-list {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.social-signup-button {
    width: 30px;
    height: 30px;
    background-image: url('/sites/zweb/images/commerce/signup/signin-social-icons.png');
    background-size: 350px;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    background-color: transparent
}

.social-signup-list li {
    height: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 16px;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-signup-list li:hover {
    border: 1px solid #999
}

.google-signup {
    background-position: 5px center
}

.office365-signup {
    background-position: -77px
}

.linkedin-signup {
    background-position: -157px
}

.twitter-signup {
    background-position: -240px
}

.facebook-signup {
    background-position: -323px
}

@-webkit-keyframes fadeanimation {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes fadeanimation {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@media(max-width: 1800px) and (min-width:1500px) {
    .testimonial-quote {
        width:100%;
        max-width: 80%;
        font-size: 30px
    }
}

@media(min-width: 1570px) {
    #zw-template-inner {
        max-width:1480px;
        margin: auto;
        height: 100vh;
        min-height: 850px;
        gap: 10px
    }
}

@media(min-width: 1400px) {
    .signup-slider .img-wrapper {
        padding-top:2rem
    }
}

@media(min-width: 1080px) {
    .slider-3.signup-slider h2 {
        width:100%;
        max-width: 75%
    }
}

@media(max-width: 1400px) {
    .testimonial-quote {
        width: 100%;
        max-width: 100%;
        font-size: 30px;
    } 
}

@media(max-width: 1570px) and (min-width:1300px) {
    .core-features,.brand-ratings-wrapper {
        gap:2rem
    }
}

@media(max-width: 1200px) {
    .img-wrapper img {
        height:300px
    }

    .signup-slider h2{
        max-width: 100%
    }

    .customer-name {
        font-size: 20px
    }

    .customer-store {
        font-size: 16px
    }

    .customer-photo {
        width: 60px;
        height: 60px
    }

    .signup-slider {
        padding: 6rem 2rem 0
    }

    .dots-container {
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .testimonial-quote {
        font-size: 28px;
        line-height: 1.25
    }

    .feature-item p {
        font-size: 11px
    }

    .z-non-testimonial .signup-form {
        padding: 30px 60px
    }

    .zw-only-copyright {
        margin-top: 20px
    }

    .zc-signup-content-wrapper {
        height: 680px
    }
}

@media(max-width: 1020px) {
    .login-sidebar {
        display:none
    }
}

@media(max-width: 660px) {
    .z-signup-page-wrap .signup-form,.signup-box {
        max-width:100%;
        width: 100%
    }
}

@media(max-width: 520px) {
    .z-non-testimonial .signup-form {
        padding:30px
    }
}

@media(max-width: 375px) {
    .social-signup-list li {
        height:45px
    }
}

.loggedin-userinfo .access-apps {
    margin: 0;
    color: #000;
    border: 1px solid #000;
    background: #01ee65;
    border-radius: 50px;
    position: relative;
    z-index: 3;
    text-transform: none
}
