/* +++++++++++++++++++++++++++++++++++++++++++ */
/* all-the-signup-page */
/* +++++++++++++++++++++++++++++++++++++++++++ */
body,html{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    background-color: #ffffff;
}

.all-the-login-page{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    direction: rtl;
}
.all-the-login-page .inside-all-the-login-page{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.all-the-login-page .inside-all-the-login-page .login-left-side{
    width: 60%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #111827;
}
.all-the-login-page .inside-all-the-login-page .login-right-side{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form{
    width: 60%;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image{
    width: 156px;
    margin: 0 auto 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image img{
    width: 100%;
    display: block;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title{
    text-align: center;
    font-size: 1.2vw;
    margin: 1vw 0 0 0;
    color: #04314a;
    font-weight: 700;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title{
    text-align: center;
    font-size: 0.9vw;
    margin: 0.5vw 0 2vw 0;
    color: #04314a;
}


.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text{
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-right{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-center{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #747474;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-left{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}





.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass{
    text-align: center;
    color: red;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass-2{
    text-align: center;
    color: green;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input.the-link{
    display: flex;
    justify-content: space-between;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color:#000;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    /* width: 100%; */
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input:hover{
    opacity: 0.5;
}








.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password{
    display: none;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .error-pass{
    text-align: center;
    color: green;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input:hover{
    opacity: 0.5;
}


@media screen and (max-width: 1000px) {
    .all-the-login-page .inside-all-the-login-page .login-left-side {
        display: none;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title {
        font-size: 4.2vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title {
        font-size: 3.5vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side {
        overflow: auto;
        width: 100%;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input {
        font-size: 4vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form {
        width: 80%;
    }
    
}











.all-the-login-page{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    direction: rtl;
}
.all-the-login-page .inside-all-the-login-page{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.all-the-login-page .inside-all-the-login-page .login-left-side{
    width: 60%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #111827;
}
.all-the-login-page .inside-all-the-login-page .login-right-side{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form{
    width: 60%;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image{
    width: 156px;
    margin: 0 auto 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image img{
    width: 100%;
    display: block;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title{
    text-align: center;
    font-size: 1.2vw;
    margin: 1vw 0 0 0;
    color: #04314a;
    font-weight: 700;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title{
    text-align: center;
    font-size: 0.9vw;
    margin: 0.5vw 0 2vw 0;
    color: #04314a;
}


.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text{
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-right{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-center{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #747474;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-left{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}





.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass{
    text-align: center;
    color: red;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass-2{
    text-align: center;
    color: green;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input.the-link{
    display: flex;
    justify-content: space-between;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color:#000;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    /* width: 100%; */
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm{
    width: 100%;
    margin: 30px 0 30px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm .save-the-confirm{
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm .save-the-confirm .the-botton{
    width: 14px;
    height: 14px;
    border: solid 1px #000;
    border-radius: 5px;
    margin: 0 0 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm .save-the-confirm .the-botton .the-inside-botton.active{
    width: 10px;
    height: 9px;
    border-radius: 2px;
    cursor: pointer;
    background: black;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm .save-the-confirm .the-text{
    font-size: 14px;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-confirm .save-the-confirm .the-text a{
    text-decoration: underline;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-checkout-submit input{
    width: 120px;
    background: black;
    color: white;
    font-weight: 500;
    padding: 14px 0;
    border: solid 1px #000;
    margin: 0 0 0 6px;
    cursor: pointer;
    transition: opacity 0.5s;
}






.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input:hover{
    opacity: 0.5;
}








.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password{
    display: none;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .error-pass{
    text-align: center;
    color: green;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input:hover{
    opacity: 0.5;
}


@media screen and (max-width: 1000px) {
    .all-the-login-page .inside-all-the-login-page .login-left-side {
        display: none;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title {
        font-size: 4.2vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title {
        font-size: 3.5vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side {
        overflow: auto;
        width: 100%;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input {
        font-size: 4vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form {
        width: 80%;
    }
    
}





















/* +++++++++++++++++++++++++++++++++++++++++++ */
/* all-the-signup-page */
/* +++++++++++++++++++++++++++++++++++++++++++ */
body,html{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    background-color: #ffffff;
}

.all-the-login-page{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    direction: rtl;
}
.all-the-login-page .inside-all-the-login-page{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.all-the-login-page .inside-all-the-login-page .login-left-side{
    width: 60%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #111827;
}
.all-the-login-page .inside-all-the-login-page .login-right-side{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form{
    width: 60%;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image{
    width: 156px;
    margin: 0 auto 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-image img{
    width: 100%;
    display: block;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title{
    text-align: center;
    font-size: 1.2vw;
    margin: 1vw 0 0 0;
    color: #04314a;
    font-weight: 700;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title{
    text-align: center;
    font-size: 0.9vw;
    margin: 0.5vw 0 2vw 0;
    color: #04314a;
}


.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text{
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-right{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-center{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #747474;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-center-text .the-center-text-left{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}





.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass{
    text-align: center;
    color: red;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .error-pass-2{
    text-align: center;
    color: green;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input.the-link{
    display: flex;
    justify-content: space-between;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color:#000;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    /* width: 100%; */
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input:hover{
    opacity: 0.5;
}








.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password{
    display: none;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .error-pass{
    text-align: center;
    color: green;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input{
    margin: 0 0 18px 0;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-row{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input input{
    border: none;
    background-color: white !important;
    background: white;
    width: calc(100% - 22px);
    padding: 10px 10px;
    border-radius: 30px;
    border: solid 1px #707070;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-input .the-name-input{
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit{
    
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input{
    border: none;
    background-color: #04314a !important;
    background: white;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 1vw 0 0 0;
    color: white;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input-password form .the-submit input:hover{
    opacity: 0.5;
}


@media screen and (max-width: 1000px) {
    .all-the-login-page .inside-all-the-login-page .login-left-side {
        display: none;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-title {
        font-size: 4.2vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .the-sub-title {
        font-size: 3.5vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side {
        overflow: auto;
        width: 100%;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form .all-the-login-input form .the-submit input {
        font-size: 4vw;
    }
    .all-the-login-page .inside-all-the-login-page .login-right-side .all-the-form {
        width: 80%;
    }
    
}
