
*{
     margin: 0;
    padding: 0;
    direction: rtl;
}
body{

    background: url(../images/bgm.png) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.containerW{
    width: 90%;
}



.logoSide{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background: linear-gradient(273deg, rgba(246,246,246,1) 62%, rgba(255,255,255,1) 100%);
}

.logo_TooPopTech{
    width: 100%;
    max-width: 200px;
    height: 120px;
    object-fit: contain;
}

.logoWateen{
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(-50px);
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: contain;

}



.formSide{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.checkAndPassword{
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 20px;
}
.checkAndPassword a{
    color: #fff !important;
    text-decoration: none;
    font-weight: 200 ;
}
.checkAndPassword a:hover{
    color: #fff !important;
    text-decoration: none;
    font-weight: 200 ;
}

.logoPng{
    width: 370px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 24px;
}

.formWateen form .inputForm{
    width: 100%;
    background-color: #ffffff3d;
    padding: 15px;
    border: 1px solid #ffffff09;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none;
    color: #fff;
    font-weight: 300;
    backdrop-filter: blur(20px);

}
.formWateen input::placeholder{
    color: #fff;
}

/* .formWateen form .inputForm:focus{
    border: 1px solid #ffffff70;
} */

/* //////////////////////////////// */
.inputCheck{
    display: flex;
    align-items: center;
    gap: 4px;
}

.inputCheck label{
    margin-bottom: -4px;
    text-decoration: none;
    font-weight: 700;
}
.form-check-input{
    background-color: #ffffff44;
    box-shadow: none;
    outline: none;
    border: 1px solid #ffffff09;
}
.form-check-input:focus{
    background-color: #ffffff44;
    border: #4892A0;
    box-shadow: none;
    outline: none;
}
.form-check-input:checked{
    background-color: #ffffff44;
    border: #4892A0;
    box-shadow: none;
    outline: none;

}
.btnSubmit{
    width: 100%;
    margin-top: 20px;
    background-color: #D0000E;
    padding: 12px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.158) 0px 3px 4px;
}
/* //////////////////////////////// */

.formWateen{
    width: 90%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: auto;
    margin-top: auto;
    padding-bottom: 40px;
}


.versionB{
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: 200;
    font-size: 15px;
}

.logoToo{
    margin-top: 15px;
    width: 180px;
    object-fit: contain;
    margin-right: auto !important;
}


.checkAndPassword{
    display: flex;
    padding: 0 20px;
}

.homeBack  {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: auto;
}
.homeBack a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}
.homeBack a:hover {
    color: #fff !important;
    text-decoration: none !important;
 }
.homeBack img{
    transition: all 0.3s ease;
}
.homeBack:hover img{
    transform: translateX(5px);
}


.errorinput{
    color: #fff;
    font-size: 14px;
}

@media (max-width:1600px) {
    .logoWateen{
        height: 300px;
    }
    .logoPng{
        width: 330px;
        height: 100px;
    }
    .logoToo{
        width: 140px;
        margin-bottom: 5px;
    }
}
@media (max-width:1300px) {
    .logoWateen{
        height: 250px;
        transform: translateY(-20px);
    }
    .logo_TooPopTech{
        height: 100px;
    }
    .logoPng{
        width: 300px;
        height: 100px;
    }
    .formWateen{
        gap: 10px;
    }
}
@media (max-width:991px) {
    .logoSide{
        display: none;
    }
    .formSide{
        width: 100%;
    }
    .logoPng{
        width: 280px;
    }
    .logoToo{
        width: 120px;
        margin: auto;
        margin-top: 10px;
    }
}
@media (max-width:500px) {
    .logoPng{
        width: 260px;
        height: 80px;
    }
}

.eyeForm{
    margin-right: -30px;
    margin-top: 0px;
    cursor: pointer;
    transform: translateX(10px);
    margin-top: -6px;
  }

  .loginSide{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

  }
