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

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif !important;
    line-height: normal;
    color: #595655;
    background-color: #EAEAEA !important;
    direction: rtl;
    /*user-select: none !important;*/
}

.login-container {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 25%) 0px 10px 40px -10px;
}

.logo1-container {
    margin: 4em auto;
}

.logo1-container img {
    width: 100%;
    height: auto;
}


.logo2-container img {
    width: 100px;
}

.img-container img {
    border-radius: 50px 0 0 50px;
}

@media (min-width: 1200px) {
    .form-container {
        padding: 0 40px;
    }

    .logo2-container {
        margin-top: 45px;
    }

    .logo2-container img {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .form-container {
        padding: 0 70px;
    }
}

.img-container {
    padding: 0 !important;
}

.row {
    --bs-gutter-x: .75rem;
}

.powered {
    text-align: center;
    color: #595655;
    font-size: 15px;
    color: #595655;
    font-weight: 400;
    direction: ltr;
}

h2 {
    font-size: 27px !important;
    font-weight: 700 !important;
    color: #212121 !important;
}

.marginTop2EM {
    margin: 2em auto;
}

.g-recaptcha {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: block;
}


/*body {
    background: #EAEAEA;
    padding: 5em 10em;

}

form {

}
.loginPageWrap {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
}
.loginSide {
    display: flex;
    flex-direction: column;
    width: 35%;
    background: #fff;
    padding: 0 2em;
}


.formWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    direction: rtl;
}

.formLogo {
    margin: 4em auto;
}
.formLogo img {
    width: 100px;
}

.formTitle {
    margin-bottom: 3em;
}
.footer {
    margin-top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.form {
    display: flex;
    flex-direction: column;
    padding: 0 2em;
}
.leftSide {
    background-image: url("../images/full-length.png");
    width: 65%;
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
}*/