body{
    margin: 0;
    padding: 0;
    font-family: cairo;
    direction: rtl;
}
/*Div Right*/
.div-right{
    background-image: url(../images/bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding: 0;
}
.overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 173, 239, 0.5);
    width: 100%;
    height: 100%;
}
.div-right .logo{
    max-width: 70%;
}
/*Div Left*/
.div-left{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn{
    background-color: #00adef;
    border-color: #00adef;
    border-radius: 0;
    font-size: 20px;
}
.div-left .enterBtn a:first-child{
    margin-left: 20px;
}

/*Login*/
.loginPage .div-left .holder{
    text-align: right;
    width: 60%;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-0.5rem) translateX(5rem);
    box-shadow: none !important;

}
form input{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.loginForm .btn{
    margin-top: 20px !important;
    padding: 8px 30px !important;
}
@media (max-width:600px){
    .loginPage .div-left .holder{
        width: 95%;
    }
    .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
        transform: scale(.85) translateY(-0.5rem) translateX(3rem);
        box-shadow: none !important;
    
    }
    .div-right{
        height: 50vh;
    }
    .div-left{
        margin-top: 20px;
    }
    .div-left .enterBtn a:first-child{
        margin-left: 0px;
    }
    .div-left .enterBtn a:nth-child(2){
        margin-bottom: 10px;
    }
}