     @font-face {
  font-family: myFirstFont;
  src: url('../../../dashboard-assets/fonts/Alexandria-VariableFont_wght.ttf');
}
 
 
 *{
    direction: rtl;
    font-family: "myFirstFont";

}

body{
    background: url(../image/bgLoginB.png) no-repeat center center;
  background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #0d1547;
}

.bodyB{
    position: relative;
    /* height: 100%; */
}

.bgLoginB{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.imgbasmaBg{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 370px;

}

/* .imgbasmaBg:hover{
    position: absolute;
    transform: translate(5px , -5px) ;
} */

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

.allbodyBC{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.logoSide{
    width: 50%;
    margin-top: 50px;
}

.logoSide img{
    width: 100%;
    max-width: 450px;
}

.formSide{
    width: 50%;
}


.allFormSide{
    color: #fff;
    text-align: center;
    margin: auto;
    background-color: #b8b8b82f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    max-width: 480px;
    border-radius: 15px;
    padding: 50px;

}

.chooseU{
    display: flex;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.checkChooseU{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.checkChooseU img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.checkChooseU input{
    border: 1px solid #fff;
    background-color: transparent;
    width: 20px;
    height: 20px;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-color: #fff !important;

}
.checkChooseU input:checked{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.btnLoign{
    border: none;
    color: #fff;
    background-color: #00AADA;
    padding: 10px;
    width: 90%;
    margin-top: 20px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: rgba(109, 109, 109, 0.075) 0px 3px 8px;
}

.nTitle{
    font-size: 24px;
    cursor: pointer;
}

.lineChoos{
    width: 2px;
    height: 130px;
    background-color: #ffffff3d;
    border-radius: 5px;
}

.footerD{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: #fff;
    margin-bottom: 15px;
}

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

.midtext{
    font-size: 30px;
    color: #ffffff3d;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 3px;
}

.footerD span{
    font-family: 'Roboto', sans-serif !important;
}

@media (max-width:1750px) {
    .imgbasmaBg{
        width: 300px;
    }
    .logoSide img{
        width: 400px;
    }
    .midtext{
        font-size: 20px;
    }
}
@media (max-width:1400px) {
    .imgbasmaBg{
        width: 230px;
    }
    .logoSide img{
        width: 350px;
    }
    .checkChooseU img{
        width: 70px;
        height: 70px;
    }
}

@media (max-width:991px) {
    .logoSide {
        display: flex;
        justify-content: center;
    }
    .logoSide img{
        width: 200px;
    }
    .logoSide{
        width: 100%;
    }
    .formSide{
        width: 100%;
    }
    .allbodyBC {
        flex-direction: column;
        gap: 40px;
    }
    .allFormSide{
        padding: 30px 20px;
        max-width: 500px;
    }
    .imgbasmaBg{
        width: 220px;
    }
    .midtext{
        display: none;
    }
    .formSide{
        margin-bottom: 30px;
    }
}

@media (max-width:500px) {
    .imgbasmaBg{
        width: 150px;
    }
    .footerD span{
        font-size: 14px;
    }
    .logoSide img{
        width: 150px;
    }
    .allbodyBC{
        gap: 20px;
    }
}

/* ///////////////////////// */

.inputForm{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 20px;
}

.inputForm label{
    font-size: 18px;
}

.inputForm input{
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
}
.inputForm input::placeholder{
    color: #ffffffa9;
}
.checkI{
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
}

.checkI input{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-color: #fff !important;
} 
.checkI input:checked{
    background-color: transparent;
}
.checkI label{
    margin-bottom: -5px !important ;
    cursor: pointer;
}

.passW{
    color: #fff !important;
    text-decoration: none;
}

.checkIPassW{
    display: flex;
    justify-content: space-between;
}

.passE{
    display: flex;
    width: 100%;
}

.eyeF{
    margin-right: -30px;
    margin-top: 0px;
    cursor: pointer;
    transform: translateX(10px);
    width: 27px;
}

.imgLogo{
    display: flex;
    margin: auto;
    justify-content: center;
    margin-bottom: 20px;

}

.imgLogo img{
    width: 300px;
}