:root {
    --color-white: #fff;
    --color-black: #1E1E1E;
    --color-orange: #FF8200;
    --color-l-white: #F7F7F7;
}

body {
    margin: 0;
    font-family: 'A Jannat LT';
    color: var(--color-black);
}

.login__wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-color: #F7F7F7;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/pattern2.svg);
}

.login__container {
    display: flex;
    height: auto;
}

.login__wrapper .login__box {
    width: 60vw;
    min-height: 70vh;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    background: var(--Flat-Colors-White, #FFF);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.11);
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
}

.logo a img {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.login-form {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.login-form-logo {
    float: left;
    width: 40%;
    height: 100%;
    padding: 3%;
    display: flex;
    align-items: center;
}

.form-title {
    color: #CDA76E;
    font-size: 22px;
}

.login-form-logo p {
    color: #737677;
    font-size: 14px;
}

.form-title span {
    margin-right: 5px;
}

.login-uaepass {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.login-uaepass .w-100 {
    width: 70%;
}

.login-form-inner {
    float: left;
    width: 60%;
    height: 100%;
    padding: 10%;
    border-right: solid 1px #D4D4D4;
    text-align: right;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.form-login {
    width: 100%;
}

.login-form-inner h2 {
    font-size: calc(1em + 2vw);
    font-weight: bold;
    margin-bottom: 1em;
}

.login__wrapper .login__box form .group__input > input {
    width: -webkit-fill-available;
    height: 55px;
    padding-left: 55px;
    background: #E1DDD0;
    border-radius: 3px;
    outline: none;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 17px;
}

.login__wrapper .login__box form .group__input {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.login-form-inner p {
    color: #737677;
    font-size: 14px;
}

.login__wrapper .login__box form .group__input > input.email__input {
    background-position: right 15px bottom 20px;
    border-radius: 6px;
    border: 1px solid #A6A8AB;
    background: var(--Flat-Colors-White, #FFF);
    height: 65px;
    padding: 15px;
    font-weight: bold;
}

.login__wrapper .login__box form .group__input > input.password__input {
    background-position: right 15px bottom 20px;
    border-radius: 6px;
    border: 1px solid #A6A8AB;
    background: var(--Flat-Colors-White, #FFF);
    height: 65px;
    padding: 15px;
    font-weight: bold;
}

.login__wrapper .login__box form .group__input > .spacer {
    position: absolute;
    left: 43px;
    height: 27px;
    min-width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D1CDBD;
}

.login__wrapper .login__box form .remember__me {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container__check {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #4e4e4e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    gap: 10px;
}

.login__wrapper .login__box form .remember__me > a {
    font-size: 14px;
    line-height: 14px;
    color: #919191;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 11px;
    max-width: 11px;
    min-height: 11px;
    max-height: 11px;
    border-radius: 250px;
    background-color: #eee;
    margin-right: 7px;
}

.container__check input:checked ~ .checkmark {
    background-color: var(--color-orange);
}

.container__check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login__wrapper .login__box form .group__submit {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.login__wrapper .login__box form .group__submit > button {
    width: 100%;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-orange);
    border-radius: 3px;
    cursor: pointer;
    font-size: 22px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    outline: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 0px;
}

.login__wrapper .login__box form .group__submit > button:hover {
    opacity: .7;
}

.register_btn {
    width: 100%;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #A7A7A7;
    background: #FFF;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-top: 12px;
    color: #000000bd;
}

.needsignup {
    text-align: left;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}


#page-login-index .login-form .tui-formField input{
    
       background-position: right 15px bottom 20px;
    border-radius: 6px;
    border: 1px solid #A6A8AB;
    background: var(--Flat-Colors-White, #FFF);
    height: 65px;
    padding: 15px;
    font-weight: bold; 
    
}

 .tui-core_auth-loginLayout__main{
    
    max-width:100%;
}


#page-login-index .login-form-inner:dir(ltr){
border-left: solid 1px #D4D4D4;
    border-right: solid 0px #D4D4D4;

}
#page-login-index .login-form-inner:dir(rtl){
border-left: solid 0px #D4D4D4;
    border-right: solid 1px #D4D4D4;

}

@media only screen and (max-width: 750px) {
    .login__wrapper {
        min-height: 100vh;
        padding: 25px 15px;
    }
    .login__wrapper .login__box {
        width: 90vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
        min-height: auto;
    }
    .login-form {
        flex-direction: column;
    }
    .login-form-logo {
        width: 92%;
    }
    .login-form-inner {
        width: 100%;
        border-left: solid 0px #ccc;
    }
}