.register-div{
    display: flex;
}
.image-register-div{
    position: relative;
    width: 50%;
}
.image-register{
    width: 100%;
    height: 100vh;
}
.image-register-opacity{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(91,87,105,0.43);
}
.copyright-login-div,.newAccount-div{
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
}

.copyright-login-text{
    font-size: 15px;
    color: white;
}
.email_forget{
    border-radius: 5px;
    border: 1px solid #AFC0D5;
    outline: none;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    background: none;
    text-align: right;
    color: #494062 !important;

}
.reprat_forget{
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #3660AE;
    outline: none;
    width: 100%;
    height: 35px;
    border: none;
    font-family: Almarai-Bold,sans-serif;
}
.links{
    font-size: 20px;
    /*color: #494062;*/
    color: white;
    text-align: right;
}
.labels{
    color: #494062;
    font-size: 20px !important;
}
.newAccount-text,.newAccount-text a,.newAccount-text a:hover{
    font-size: 15px;
    color: var(--light-orange-color);
}
.login-div{
    position: relative;
    background-color:#494062 ;
    width: 50%;
}
.login-div_s{
    position: relative;
   /* background-color:#f5f5f5ab ;*/
    width: 50%;
}
.login-box-div{
    background-color: white;
    border-radius: 6px;
    box-shadow: 1px 11px 63px #0000003C;
}
.login-box-title{
    font-family: Almarai-Bold, sans-serif;
    font-size: 18px;
    color: #4E3C81;
}
.login-input-style{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #6A777F8D;
    padding: 7px 28px;
    color: #6A777F;
}
.login-input-style::placeholder{
    font-size: 13px;
    color: #6A777F;
}
.login-input-style:focus{
    border: 1px solid var(--light-orange-color);
    outline: var(--light-orange-color);
}
.icon-in-input-div{
    position: absolute;
    top: 7px;
    right: 7px;
}
.icon-in-input{
    width: 14px;
}
.forget-link,.forget-link:hover{
    font-family: Almarai-Bold, sans-serif;
    font-size: 11px;
    color: var(--light-purple-color);
}
.checkbox-label  {
    font-family: Almarai-Bold, sans-serif;
    font-size: 11px;
    color: var(--light-purple-color);
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 23px;
}

/* Hide the browser's default checkbox */
.checkbox-label  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 1px solid #6A777F8D;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-label :hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label  input:checked ~ .checkmark {
    background-color: var(--light-purple-color);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label  input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label  .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid rgb(255 255 255);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forget-div{
    position: relative;
    bottom: 4px;
}
.enter-link,.enter-link:hover{
    font-family: Almarai-Bold, sans-serif;
    font-size: 17px;
    border-radius: 24px;
    background-color: #E5B455;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;

}
.main-login-box{
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
}
.image-register-full-opacity{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(73,64,98,0.72);
}

@media(max-width: 900px){
    .image-register-div{
        display: none;
    }
    .register-div{
        height: 100vh;
    }
   .newAccount-div{
       bottom: 32%;
    }
   .login-div{
       width: 100%;
   }
    .main-login-box{
        top: 15%;
        right: 10px;
        left: 10px;
    }
}
