@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700&display=swap');

*{
    font-family: 'Noto Kufi Arabic', sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl;
}
body {
    background: url(../login/bgblurWateen.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.containerW{
    width: 90%;
}

.bodyW{
    display: flex;
}

.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: 50%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-items: center;
    align-items: center;
}

.checkAndPassword{
    display: flex;
    justify-content: space-between;
    color: #00DCFF;
}
.checkAndPassword a{
    color: #00DCFF !important;
    text-decoration: none;
}

.logoPng{
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.formWateen form .inputForm{
    width: 100%;
    background-color: #ffffff2c;
    padding: 10px;
    border: 1px solid #ffffff09;
    margin-bottom: 20px;
    border-radius: 30px;
    outline: none;
}
.formWateen input::placeholder{
    color: #fff;
}

/* //////////////////////////////// */
.inputCheck{
    display: flex;
    align-items: center;
    gap: 4px;
}
.inputCheck label{
    margin-bottom: -4px;
}
.form-check-input{
    background-color: #ffffff44;
    box-shadow: none;
    outline: none;
    border: 1px solid #ffffff09;
}
.form-check-input:focus{
    background-color: #ffffff44;
    border: #00DCFF;
    box-shadow: none;
    outline: none;
}
.form-check-input:checked{
    background-color: #ffffff44;
    border: #00DCFF;
    box-shadow: none;
    outline: none;
    
}
.btnSubmit{
    width: 100%;
    margin-top: 20px;
    background-color: #23B7D2;
    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: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: auto;
}



.checkAndPassword{
    display: flex;

}

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


@media (max-width:1600px) {
    .logoWateen{
        height: 300px;
    }
    .logoPng{
        height: 120px;
    }
}
@media (max-width:1300px) {
    .logoWateen{
        height: 250px;
        transform: translateY(-20px);
    }
    .logo_TooPopTech{
        height: 100px;
    }
    .logoPng{
        height: 100px;
    }
}
@media (max-width:991px) {
    .logoSide{
        display: none;
    }
    .formSide{
        width: 100%;
    }
    .logoPng{
        height: 135px;
    }
}

.eyeForm{
    margin-right: -30px;
    margin-top: 0px;
    cursor: pointer;
    transform: translateX(10px);
    margin-top: -17px;
  }
  
  .loginSide{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

  }