.popup-new-login input{
    border-width: 1px;
}

.popup-new-login .modal-dialog{
    width: 100%;
    top: 47px;
    position: relative;
    max-width: 450px;
}

.popup-new-login .modal-content{
    border: none;
}

.popup-new-login .svg_close_btn_wrapper{
    z-index: 10;
}

.popup-new-login .base-step .top{
    position: relative;
}

.popup-new-login .top .background-image{
    width:100%;
}
.popup-new-login .top .overly{
    position: absolute;
    top: 10px;
    width: 285px;
    left: 50%;
    transform: translateX(-50%);
}

.popup-new-login .top .overly .title{
    font-size: 50px;
    color: white;
    font-family: NarkisBlock-Bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

.popup-new-login .top .overly .pre-title{
    font-size: 32px;
    color: white;
    font-family: NarkisBlock-Bold;
    text-align: center;
}

.popup-new-login .top .overly .sub-title{
    font-family: NarkisBlock-Regular;
    font-size: 18px;
    margin: 0 auto 12px;
    width: 230px;
    text-align: center;
}

.popup-new-login .top .overly .forms-login-modal .input-login{
    margin: unset;
    border: none;
    direction: ltr;
}

.popup-new-login .bottom{
    padding: 15px;
}

.popup-new-login .input-wrapper{
    position: relative;
}

.popup-new-login .input-wrapper.err .input{
    border-color: red;
}

.popup-new-login .input-wrapper .input{
    width: 100%;
    height: 39px;
    font-size: 20px;
    font-family: NarkisBlock-Regular;
    text-align: start;
    padding: 0 15px;
    border:1px solid lightgrey;
}

.popup-new-login  .input-wrapper.err .err-msg{
    display: block;
}

.popup-new-login .err-msg{
    position: absolute;
    right: 0;
    top: 101%;
    color: red;
    font-size: 16px;
    font-family: NarkisBlock-Regular;
}

.popup-new-login .cb-container{
    margin-bottom: 22px;
}
.popup-new-login .policy-link{
    text-decoration: underline;
}

.popup-new-login .cb-wrapper{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.popup-new-login .cb-wrapper .err-msg{
    padding-right: 30px;
}

.popup-new-login .cb-wrapper .cb-text{
    display: block;
    width: 200px;
    padding-right: 30px;
    margin-left: 25px;
    font-size: 12px;
    color: black;
    text-align: start;
}

.popup-new-login .cb-wrapper:not(:last-child){
    margin-bottom: 8px;
}

.popup-new-login .cb-wrapper .cb-img{
    width: 34px;
}

/************************** base-step ***************************/

.base-step .top .overly .forms-login-modal{
    margin: unset;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.base-step .top .overly .forms-login-modal .input-login.err{
    border: 1px solid red;
}

.base-step .top .overly .forms-login-modal .input-submit{;
    width: 51px;
}

.base-step .bottom .login-msg{
    display: block;
    color: darkgrey;
    font-size: 18px;
}

.base-step .bottom .icons-wrapper{
    display: flex;
    justify-content: center;
    margin: 5px auto;
}

.base-step .bottom .icons-wrapper .icon-wrapper{
    width: 40px;
    margin:0 12px;
}

.base-step .bottom .icons-wrapper .icon-wrapper:first-child {
    margin-right: 0;
}

.base-step .bottom .icons-wrapper .icon-wrapper:last-child {
    margin-left: 0;
}

.base-step .bottom #appleid-signin{
    height: 44px;
}

.base-step .bottom #appleid-signin >div{
    max-width: unset !important;
    max-height: unset !important;
}


/************************** code-validation-step ***************************/

.popup-new-login .code-validation-step .top .overly .title{
    font-size: 39px;
}

.code-validation-step .bottom .input-wrapper{
    margin-bottom: 37px;
}

.code-validation-step .bottom input{
    direction: ltr !important;
}

/*.code-validation-step .bottom .desktop-input-wrapper, .code-validation-step .bottom .submit-btn{*/
    /*display: none;*/
/*}*/

.code-validation-step .bottom .input-wrapper{
    display: none;
}

.code-validation-step .bottom .desktop-input-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    direction: ltr;
}

.code-validation-step .bottom .desktop-input-wrapper.err .err-msg{
    display: block;
}

.code-validation-step .bottom .desktop-input-wrapper.err .desktop-input{
    border-color: red;
}

.code-validation-step .bottom .desktop-input-wrapper .desktop-input{
    width: 43px;
    font-size: 22px;
    text-align: center;
}

.code-validation-step .bottom{
    padding: 24px 10px 31px 12px;
}

.code-validation-step .bottom .send-again{
    font-family: NarkisBlock-Regular;
    font-size: 16px;
    width: 100px;
    margin: 0 auto;
    text-decoration: underline;
    color: #A1A1A1;
}

.code-validation-step .bottom .submit-btn{
    display: block;
    margin: 0 auto;
    width: 170px;
    background: #FFBC0D;
    color: #264F36;
    font-size: 23px;
    font-family: NarkisBlock-Bold;
    border: none;
}

.popup-new-login .code-validation-step .top .overly{
    top: 23px;
}


/************************** get-phone-step ***************************/

.get-phone-step .top .overly .title{
    font-size: 37px;
}

.get-phone-step .top .overly .sub-title{
    font-size: 16px;
}

.get-phone-step .bottom .input-label{
    display: block;
    text-align: start;
    font-size: 17px;
    color: black;
    margin-bottom: 14px;
}

.get-phone-step .bottom .input-wrapper{
    margin-bottom: 33px;
}

.get-phone-step .bottom .submit-btn{
    width: 155px;
    height: 41px;
    background: #FFBC0D;
    color: #264F36;
    font-family: NarkisBlock-Medium;
    margin: unset;
    padding: unset;
    border: none;
    font-size: 28px;
}

.get-phone-step .input-wrapper .input{
    text-align: center;
}

/************************** get-email-step ***************************/

.get-email-step .top .overly .title{
    font-size: 39px;
}

.get-email-step .top .overly .sub-title{
    font-size: 18px;
    width: 170px;
    color: black;
}

.get-email-step .bottom .input-label{
    display: block;
    text-align: start;
    font-size: 17px;
    color: black;
    margin-bottom: 14px;
}

.get-email-step .bottom .input-wrapper{
    margin-bottom: 33px;
}

.get-email-step .bottom .submit-btn{
    width: 155px;
    height: 41px;
    background: #FFBC0D;
    color: #264F36;
    font-family: NarkisBlock-Medium;
    margin: unset;
    padding: unset;
    border: none;
    font-size: 28px;
}

.get-email-step .input-wrapper .input{
    text-align: center;
}


/************************** get-email-step ***************************/

.registration-step .top .overly{
    top: 52px;
}

.registration-step .top .overly .title{
    font-size: 17px;
    color: black;
    font-family: NarkisBlock-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    direction: ltr;
    text-align: center;
}

.registration-step .top .overly .sub-title{
    font-size: 18px;
    width: auto;
    color: black;
    font-family: NarkisBlock-Bold;
}

.registration-step .bottom .input-label{
    display: block;
    text-align: center;
    font-size: 15px;
    color: darkgrey;
    margin-bottom: 14px;
}

.registration-step .bottom .input-wrapper{
    margin-bottom: 33px;
}

.registration-step .bottom .submit-btn{
    width: 155px;
    height: 41px;
    background: #FFBC0D;
    color: #264F36;
    font-family: NarkisBlock-Medium;
    margin: unset;
    padding: unset;
    border: none;
    font-size: 28px;
}


/************************** get-phone-email-step ***************************/

.get-phone-email .top .overly{
    top: 24px;
}

.get-phone-email .top .overly .sub-title{
    font-size: 18px;
    color: black;
}

.get-phone-email .bottom .input-label{
    display: block;
    text-align: center;
    font-size: 15px;
    color: darkgrey;
    margin-bottom: 14px;
}

.get-phone-email .bottom .input-wrapper{
    margin-bottom: 33px;
}

.get-phone-email .bottom .submit-btn{
    width: 155px;
    height: 41px;
    background: #FFBC0D;
    color: #264F36;
    font-family: NarkisBlock-Medium;
    margin: unset;
    padding: unset;
    border: none;
    font-size: 28px;
}


/************************** registration-success-step ***************************/

.registration-success{
    background: white;
}

.registration-success .modal-content{
    border: none;
    width: 300px;
    margin: 0 auto;
}

.registration-success .top{
    position: relative;
}

.registration-success .top >img{
    width: 100%;
}

.registration-success .top .overly{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    color: white;
    font-size: 26px;
    font-family: NarkisBlock-Bold;
    line-height: 23px;
    width: 85%;
}

.registration-success .bottom{
    position: relative;
}

.registration-success .bottom .continue-btn{
    width: 117px;
    height: 32px;
    background: #FFBC0D;
    color: #264F36;
    font-size: 23px;
    font-family: NarkisBlock-Bold;
    border: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: unset;
}


/************************** same-login-popup ***************************/

.same_login_type_popup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1060;
}

.same_login_type_popup .content{
    position: relative;
    display: block;
    width: 260px;
    padding: 20px;
    background: white;
}

.same_login_type_popup .content .x-close{
    position: absolute;
    top: 6px;
    left: 8px;
    width: 18px;
    cursor: pointer;
}

.same_login_type_popup .content .logo{
    display: block;
    width: 70px;
    margin: 0 auto 15px;
}

.same_login_type_popup .content .msg{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.same_login_type_popup .content .btn-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.same_login_type_popup .content button {
    width: 105px;
    height: 50px;
    font-size: 14px;
    color: #26451B;
    background: #ADADAF;
    border: none;
    font-family: NarkisBlock-Medium;
    line-height: initial;
}
.same_login_type_popup .content button.continue-yellow {
    background: #FFBC0D;
    color: #264F36;
}

.same_login_type_popup .existing-account-overwrite-warning {
    text-align: center;
    color:red;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {

    .popup-new-login .modal-dialog{
        top: 47px;
        max-width: 320px;
    }

    .popup-new-login .svg_close_btn_wrapper{
        left: 3px;
        top: 5px;
        width: auto;
        height: auto;
    }

    .popup-new-login .top .overly{
        top: 10px;
        width: 285px;
        left: 50%;
    }

    .popup-new-login .top .overly .title{
        font-size: 50px;
    }

    .popup-new-login .top .overly .pre-title{
        font-size: 32px;
    }

    .popup-new-login .top .overly .sub-title{
        font-size: 18px;
        margin: 0 auto 12px;
        width: 230px;
    }

    .popup-new-login .bottom{
        padding: 15px;
    }

    .popup-new-login .input-wrapper .input{
        height: 39px;
        font-size: 20px;
        padding: 0 15px;
        border-color: darkgrey;
        outline: none;
    }

    .popup-new-login .err-msg{
        right: 0;
        top: 101%;
        font-size: 16px;
    }

    .popup-new-login .cb-container{
        margin-bottom: 22px;
    }

    .popup-new-login .cb-wrapper{
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .popup-new-login .cb-wrapper .cb-text{
        width: 230px;
        padding-right: 20px;
        margin-left: unset;
        font-size: 14px;
    }

    .popup-new-login .cb-wrapper:not(:last-child){
        margin-bottom: 8px;
    }

    .popup-new-login .cb-wrapper .cb-img{
        width: 22px;
        cursor: pointer;
    }

    .popup-new-login .bottom .desktop-img{
        display: block;
        width: 45px;
        margin: 10px auto;
    }

    .popup-new-login .bottom .cb-container{
        margin-bottom: 5px;
    }


    /************************** base-step ***************************/

    .base-step .top .overly .forms-login-modal .input-submit{;
        width: 51px;
        cursor: pointer;
    }

    .base-step .bottom .login-msg{
        font-size: 18px;
    }

    .base-step .bottom .icons-wrapper{
        margin: 5px auto;
    }

    .base-step .bottom .icons-wrapper .icon-wrapper{
        width: 40px;
        cursor: pointer;
        margin:0 12px;
    }
    .base-step .bottom .icons-wrapper .icon-wrapper:first-child {
        margin-right: 0;
    }
    .base-step .bottom .icons-wrapper .icon-wrapper:last-child {
        margin-left: 0;
    }

    .base-step .bottom .bottom-image{
        width: 210px;
    }


    /************************** code-validation-step ***************************/

    .popup-new-login .code-validation-step .top .background-image{
        width: 100%;
    }

    .popup-new-login .code-validation-step .top .overly .title{
        font-size: 39px;
    }


    .code-validation-step .bottom .desktop-input-wrapper{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .code-validation-step .bottom .desktop-input-wrapper.err .err-msg{
        display: block;
    }

    .code-validation-step .bottom .desktop-input-wrapper.err .desktop-input{
        border-color: red;
    }

    .code-validation-step .bottom .desktop-input-wrapper .desktop-input{
        width: 43px;
        font-size: 22px;
        text-align: center;
    }

    .code-validation-step .bottom .submit-btn{
        display: block;
        margin: 0 auto;
        width: 170px;
        background: #FFBC0D;
        color: #264F36;
        font-size: 23px;
        font-family: NarkisBlock-Bold;
        border: none;
    }

    .code-validation-step .bottom{
        padding: 40px 10px 31px 12px;
    }

    .code-validation-step .bottom .send-again{
        font-size: 16px;
        width: 100px;
        cursor: pointer;
    }

    .popup-new-login .code-validation-step .top .overly{
        top: 23px;
    }


    /************************** get-phone-step ***************************/

    .get-phone-step .top .overly .title{
        font-size: 37px;
    }

    .get-phone-step .top .overly .sub-title{
        font-size: 16px;
    }

    .get-phone-step .bottom .input-label{
        font-size: 17px;
        margin-bottom: 14px;
    }

    .get-phone-step .bottom .input-wrapper{
        margin-bottom: 33px;
    }

    .get-phone-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** get-email-step ***************************/

    .get-email-step .top .overly .title{
        font-size: 39px;
    }

    .get-email-step .top .overly .sub-title{
        font-size: 18px;
        width: 170px;
    }

    .get-email-step .bottom .input-label{
        font-size: 17px;
        margin-bottom: 14px;
    }

    .get-email-step .bottom .input-wrapper{
        margin-bottom: 33px;
    }

    .get-email-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** registration-step ***************************/

    .registration-step .top .overly{
        top: 40px;
    }

    .registration-step .top .overly .title{
        font-size: 17px;
    }

    .registration-step .top .overly .sub-title{
        font-size: 18px;
    }

    .registration-step .bottom .input-label{
        color: black;
        text-align: start;
        font-size: 15px;
        margin-bottom: 14px;
    }

    .registration-step .bottom .input-wrapper{
        margin-bottom: 33px;
    }

    .registration-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** get-phone-email-step ***************************/

    .get-phone-email .top .overly{
        top: 24px;
    }

    .get-phone-email .top .overly .sub-title{
        font-size: 18px;
    }

    .get-phone-email .bottom .input-label{
        font-size: 15px;
        margin-bottom: 14px;
        text-align: start;
        color: black;
    }

    .get-phone-email .bottom .input-wrapper{
        margin-bottom: 33px;
    }

    .get-phone-email .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** registration-success-step ***************************/

    .registration-success .top >img{
        width: 100%;
    }

    .registration-success .top .overly{
        left: 50%;
        top: 24px;
        font-size: 26px;
        line-height: 23px;
        width: 85%;
    }

    .registration-step .bottom .input-wrapper{
        margin-bottom: 24px;
    }

    .registration-success .bottom .continue-btn{
        width: 117px;
        height: 32px;
        font-size: 23px;
        bottom: 30px;
        left: 50%;
    }


    /************************** same-login-popup ***************************/

    .same_login_type_popup .content{
        width: 425px;
        padding: 45px;
    }

    .same_login_type_popup .content .x-close{
        width: 18px;
    }

    .same_login_type_popup .content .logo{
        width: 70px;
        margin-bottom: 20px;
    }

    .same_login_type_popup .content .msg{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .same_login_type_popup .content button{
        width: 160px;
        height: 55px;
        font-size: 18px;
        padding: 0 18px;
    }

    .popup-new-login .cb-wrapper .err-msg{
        padding-right: 0;
    }
}


@media (min-width: 1500px) {

    .popup-new-login .modal-dialog{
        top: 47px;
        max-width: 406px;
    }

    .popup-new-login .svg_close_btn_wrapper{
        left: 3px;
        top: 5px;
        width: auto;
        height: auto;
    }

    .popup-new-login .top .overly{
        top: 49px;
        width: 285px;
        left: 50%;
    }

    .popup-new-login .top .overly .title{
        font-size: 50px;
    }

    .popup-new-login .top .overly .pre-title{
        font-size: 41px;
    }

    .popup-new-login .top .overly .sub-title{
        font-size: 22px;
        margin: 0 auto 12px;
        width: 260px;
    }

    .popup-new-login .bottom{
        padding: 15px 15px 58px;
    }

    .popup-new-login .input-wrapper .input{
        height: 44px;
        font-size: 20px;
    }

    .popup-new-login .err-msg{
        right: 0;
        top: 101%;
        font-size: 16px;
        display: block;
        text-align: right;
        width: 100%;
    }

    .popup-new-login .cb-container{
        margin-bottom: 22px;
    }

    .popup-new-login .cb-wrapper{
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .popup-new-login .cb-wrapper .cb-text{
        width: 280px;
        padding-right: 20px;
        margin-left: unset;
        font-size: 16px;
    }

    .popup-new-login .cb-wrapper:not(:last-child){
        margin-bottom: 8px;
    }

    .popup-new-login .cb-wrapper .cb-img{
        width: 22px;
        cursor: pointer;
    }

    .popup-new-login .bottom .desktop-img{
        width: 60px;
        margin: 10px auto;
    }

    .popup-new-login .bottom .cb-container{
        margin-bottom: 5px;
    }


    /************************** base-step ***************************/

    .base-step .top .overly{
        width: 306px;
        top: 23px;
    }

    .base-step .top .overly .forms-login-modal .input-submit{;
        width: 49px;
        cursor: pointer;
    }

    .base-step .top .overly .forms-login-modal .input-login{
        height: 49px;
    }

    .base-step .top .overly .title{
        font-size: 70px;
    }

    .base-step .top .overly .sub-title{
        font-size: 23px;
        width: 285px;
    }

    .base-step .bottom{
        padding: 0 35px 28px;
    }

    .base-step .bottom .login-msg{
        font-size: 18px;
    }

    .base-step .bottom .icons-wrapper{
        margin: 5px auto;
    }

    .base-step .bottom .icons-wrapper .icon-wrapper{
        width: 40px;
        cursor: pointer;
    }

    .base-step .bottom .bottom-image{
        width: 298px;
    }

    .base-step .bottom #appleid-signin{
        height: 44px;
    }


    /************************** code-validation-step ***************************/

    .popup-new-login .code-validation-step .top .overly .title{
        font-size: 50px;
    }

    .code-validation-step .bottom .desktop-input-wrapper{
        margin-bottom: 30px;
    }

    .code-validation-step .bottom .desktop-input-wrapper .desktop-input{
        width: 52px;
        height: 52px;
        font-size: 36px;
    }

    .code-validation-step .bottom .submit-btn{
        width: 170px;
        height: 46px;
        font-size: 30px;
    }

    .code-validation-step .bottom{
        padding: 40px 10px 31px 12px;
    }

    .code-validation-step .bottom .send-again{
        font-size: 16px;
        width: 100px;
    }


    /************************** get-phone-step ***************************/

    .get-phone-step .top .overly .title{
        font-size: 37px;
    }

    .get-phone-step .top .overly .sub-title{
        font-size: 22px;
        width: 300px;
    }

    .get-phone-step .bottom .input-label{
        font-size: 17px;
        margin-bottom: 14px;
    }

    .get-phone-step .bottom .input-wrapper{
        margin-bottom: 33px;
    }

    .get-phone-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** get-email-step ***************************/

    .get-email-step .top .overly .title{
        font-size: 39px;
    }

    .get-email-step .top .overly .sub-title{
        font-size: 18px;
        width: 170px;
    }

    .get-email-step .bottom .input-label{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .get-email-step .bottom .input-wrapper{
        margin-bottom: 35px;
    }

    .get-email-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** registration-step ***************************/

    .registration-step .top .overly{
        top: 72px;
        width: 300px;
    }

    .registration-step .top .overly .title{
        font-size: 22px;
    }

    .registration-step .top .overly .sub-title{
        font-size: 22px;
        width: auto;
    }

    .registration-step .bottom .input-label{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .registration-step .bottom .input-wrapper{
        margin-bottom: 20px;
    }

    .registration-step .bottom .input-wrapper .input{
        font-size: 25px;
    }

    .registration-step .bottom .submit-btn{
        width: 155px;
        height: 41px;
        font-size: 28px;
    }


    /************************** get-phone-email-step ***************************/

    .get-phone-email .top .overly{
        top: 49px;
    }

    .get-phone-email .top .overly .sub-title{
        font-size: 18px;
    }

    .get-phone-email .bottom .input-label{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .get-phone-email .bottom .input-wrapper{
        margin-bottom: 20px;
    }

    .get-phone-email .bottom .input-wrapper .input{
        font-size: 25px;
    }

    .get-phone-email .bottom .submit-btn{
        width: 170px;
        height: 46px;
        font-size: 30px;
    }


    /************************** registration-success-step ***************************/

    .registration-success .modal-content{
        width: 405px;
    }

    .registration-success .top >img{
        width: 100%;
    }

    .registration-success .top .overly{
        top: 24px;
        font-size: 45px;
        line-height: 39px;
        width: 85%;
    }

    .registration-success .bottom .input-wrapper{
        margin-bottom: 24px;
    }

    .registration-success .bottom .continue-btn{
        width: 170px;
        height: 46px;
        font-size: 30px;
        bottom: 59px;
    }
}