html,body{
    background: #3b8ea6;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
}





.all-the-page{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3b8ea6;
    top: 0;
    right: 0;
}
.all-the-page .the-top-bg{
    position: absolute;
    height: 25%;
    background: white;
    width: 90%;
    border-radius: 30px 30px 0 0;
    top: 5%;
    right: 5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.all-the-page .the-top-bg .the-face{
    position: absolute;
    width: 16%;
    padding-bottom: 16%;
    border-radius: 50%;
    right: 4%;
    border: solid 10px #3b8ea6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 40%;
}
.all-the-page .the-top-bg .the-class{
    position: absolute;
    left: 5%;
    top: 27%;
    font-size: 4vw;
    color: #1b6377;
    font-weight: 700;
}







.all-the-page .the-center-bg{
    position: absolute;
    height: 30%;
    width: 90%;
    top: 30%;
    right: 5%;
}
.all-the-page .the-center-bg .the-name{
    position: absolute;
    top: 28%;
    font-size: 5vw;
    right: 25%;
    color: white;
    font-weight: 900;
}
.all-the-page .the-center-bg .the-icon{
    position: absolute;
    top: 9%;
    width: 6%;
    padding-bottom: 6%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
}
.all-the-page .the-center-bg .the-back{
    position: absolute;
    top: 54%;
    width: 6%;
    padding-bottom: 6%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
}


.all-the-page .the-bottom-bg{
    position: absolute;
    height: 35%;
    background: white;
    width: 90%;
    border-radius: 0 0 30px 30px;
    bottom: 5%;
    right: 5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.all-the-page .the-bottom-bg .the-game{
    position: absolute;
    right: 2%;
    top: 6%;
    font-size: 2vw;
    color: #1b6377;
    font-weight: 600;
    width: 50%;
}
.all-the-page .the-bottom-bg .the-food{
    position: absolute;
    right: 2%;
    top: 24%;
    font-size: 2vw;
    color: #1b6377;
    font-weight: 600;
    width: 50%;
}
.all-the-page .the-bottom-bg .the-mother{
    position: absolute;
    right: 2%;
    top: 42%;
    font-size: 2vw;
    color: #1b6377;
    font-weight: 600;
    width: 50%;
}
.all-the-page .the-bottom-bg .the-father{
    position: absolute;
    right: 2%;
    top: 60%;
    font-size: 2vw;
    color: #1b6377;
    font-weight: 600;
    width: 50%;
}

.all-the-page .the-bottom-bg .the-text{
    position: absolute;
    right: 50%;
    top: 7%;
    font-size: 2vw;
    color: #1b6377;
    width: 45%;
    font-weight: 300;
    line-height: 3vw;
}













@media screen and (max-width: 500px) {

    .all-the-page .the-top-bg .the-face {
        position: absolute;
        width: 35%;
        padding-bottom: 35%;
        border-radius: 50%;
        right: 4%;
        border: solid 5px #3b8ea6;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        top: 12%;
    }
    .all-the-page .the-top-bg .the-class {
        position: absolute;
        left: 5%;
        top: 38%;
        font-size: 9vw;
        color: #1b6377;
        font-weight: 900;
    }
    .all-the-page .the-center-bg .the-name {
        position: absolute;
        top: 10%;
        font-size: 10vw;
        right: 0;
        color: white;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }
    .all-the-page .the-center-bg .the-icon {
        position: absolute;
        top: 42%;
        width: 28%;
        padding-bottom: 28%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        left: 65%;
    }
    .all-the-page .the-center-bg .the-back {
        position: absolute;
        top: 42%;
        width: 28%;
        padding-bottom: 28%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        left: 10%;
    }
    .all-the-page .the-bottom-bg .the-game{
        position: absolute;
        right: 2%;
        top: 6%;
        font-size: 4vw;
        color: #1b6377;
        font-weight: 600;
        width: 50%;
    }
    .all-the-page .the-bottom-bg .the-food{
        position: absolute;
        right: 2%;
        top: 32%;
        font-size: 4vw;
        color: #1b6377;
        font-weight: 600;
        width: 50%;
    }
    .all-the-page .the-bottom-bg .the-mother{
        position: absolute;
        right: 2%;
        top: 66%;
        font-size: 4vw;
        color: #1b6377;
        font-weight: 600;
        width: 50%;
    }
    .all-the-page .the-bottom-bg .the-father{
        position: absolute;
        right: 2%;
        top: 76%;
        font-size: 4vw;
        color: #1b6377;
        font-weight: 600;
        width: 50%;
    }
    
    .all-the-page .the-bottom-bg .the-text{
        position: absolute;
        right: 50%;
        top: 5%;
        font-size: 4vw;
        color: #1b6377;
        width: 45%;
        font-weight: 400;
        line-height: 7vw;
    }

}


































/* +++++++++++++++++++++++++++++++++++++++++++ */
/* all-the-signup-page */
/* +++++++++++++++++++++++++++++++++++++++++++ */
body,html{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    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: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.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: 2.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: 1.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: 16px;
    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 {
        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%;
    }
    
}