body{
    font-family: 'iranyekan';
    direction: rtl;
}
body *{
    box-sizing: border-box;
}
ul{

    padding: 0;
}
.login-page{
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(13,60,95,.1);
    margin: 10px auto;
    width: 50%;
    /*height: 300px;*/
    background-color: #ffff;
    /*text-wrap: nowrap;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.user-profile{
    display: flex;
    justify-content: center;
}
.login-container{
    margin: auto;
    background-color: #f6f7f9;
    padding: 15px;
    border-radius: 25px;
    margin-top: 45px;
    /*height: 520px;*/
}
/*.login-box-input input{*/
/*    font-family: 'iranyekan';*/
/*}*/
.login-container-items{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.user-profile{
    /*margin: 10px auto 45px;*/
}
.user-profile-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid #bdc2c9;
    border-radius: 50px;
}
.user-profile-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a6a8b0;
    padding: 10px;
    border-radius: 50px;
    width: 60px;
    height: 60px;

}
.user-profile-wrapper i{
    font-size: 40px;
    color: #eaeaea;


}
.login-container-items li{
    list-style: none;
    cursor: pointer;

}
.active-box-login{
    border-radius: 10px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(13,60,95,.1);
}
.login-container-item{
    padding: 10px 30px;
}
.login-box-form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px 25px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(13,60,95,.1);
}
.message-register p{
    font-size: 13px;
}

.login-input  ,.forget-passowrd-input{
    width: 100%;
    height: 50px !important;
    /*padding: 12px 15px !important;*/
    margin: 0 !important;
    box-shadow: none !important;
    border: 1px solid #dfe1e8;
    border-radius: 15px;
    font-family: bold;
    font-size: 15px;
    outline: none;
    padding: 21px 20px 19px;
}
.forget-passowrd-input{
    font-family: 'iranyekan';

}
.login-box-container{
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.login-box-input{
    margin-bottom: 10px;
}
.blue-color{
    color:  #1ebcc5 !important;
}
.password-input{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fa-triangle-exclamation{
    font-size: 13px;
}
.box-error{
    display: none;
    margin-top: 5px;
}
.change-border-error{
    /*border: 1px solid #e24f4f;*/
}
.show-box{
    display: block;
}
.box-error span{
    font-size: 12px;
    font-weight: 800;
}
.fa-eye{
    position: absolute;
    left: 20px;
    color: #d2d4d8;
    cursor: pointer;
}
::-webkit-input-placeholder {
    font-size: 12px;
    font-family: 'IRANYekan', sans-serif;
    text-align: right;
}
.login-box-input input{
    font-family: 'iranyekan';
}
.save-data {
    display: flex;
    /*align-items: center;*/
    gap: 5px;
    margin-top: 10px;
    flex-direction: column;
}
.forgot-password-box{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 20px;

}
.save-data input{
    width: 20px;
    height: 20px;
    margin-top: 0px;
}
.save-data .title > span , .forgot-password-box span{
    color: #8a929c;
    cursor: pointer;
    font-size: 15px;
}
.fa-key{
    color: #8a929c;
}
.change-color-txt{
    /*color: #0075ff !important;*/
    color: #1ebcc5 !important;
}
.login-container login-box-container{
    display: flex;
    justify-content: end;
    width: 100%;
}
.login-box-container input{
    border: none;
    /*background-color: #85c441;*/
    background-color: var(--back-header);
    color: #ffff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'iranyekan';
    font-weight: 500;
    width: 100%;
    transition: 0.3s;
}
.login-box-container input:hover{
    background-color: var(--icon-circle-color);
}

.chang-border-box{
    border: 1px solid  #1ebcc5 ;
    color: #1ebcc5 ;
}
.box-error{
    color: #e24f4f;

}
.change-border{
    border: 2px solid #8a929c;
    color: #8a929c;
}
.register-form{
    /*display: none;*/
}
.save-data-register-form{
    width: 20px !important;
    height: 20px !important;
    margin-top: 0px;
}
.show-number{
    color:  #85c441 !important;
}
.hide-box{
    display: none !important;
}
.validation-errors{

    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    font-weight: 750;
    align-items: center;
    color: #f47400;
    padding: 10px !important;
    margin-bottom: 10px;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 15px;
    background-image: linear-gradient(156.89deg,rgba(255,225,130,.3) -1.23%,rgba(255,180,130,.3) 100.36%) !important;
}
.validation-errors-top{
    display: flex;
    gap: 5px;
}
.fa-triangle-exclamation-error{
    color: #f47400;
    margin-top: 4px;
}
.remove-box{
    display: none;
}
/*.save-data-register-form{*/
/*    margin-top: -46px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*}*/
input[type='checkbox'] {
    background-color: #1ebcc5 !important;
    color: #ffffff !important;
}
.login-success,.login-error{
    padding: 20px;
    border-radius: 15px;
    width: fit-content;
    min-width:300px ;
    position: fixed;
    top: 20px;
    right: 20px;
    color: var(--white-color);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.login-success{
    background-color: var(--btn-download-color);
}
.login-error{
    background-color: var(--new-product-color);
}
.message-register{
    margin-top: 10px;
    color: #fff;
    font-family: 'iranyekan';
}
.message_error_login{
    margin: 20px 4px;
}
.form_message_error{
    display: flex;
    gap: 10px;
    padding: 5px 0;
}
.col-4 i{
    cursor: pointer;
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}





/* register-page*/
.register-container-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
#register-page{
    margin-top: 10px;
}





/*forgetPassword-page*/
.forget-password-wrapper{
     display: flex;
    flex-direction: column;
    padding: 15px;
}

.forget-password{
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 550;
    color: #0e1935 !important;
    margin-bottom: 5px;
    cursor: pointer;
}
.forget-password-description{
    color: #8a929c;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.password-recovery{
    font-size: 14px;
}
.password-recovery-btn{
    display: flex;
    justify-content: end;
}
#login_captcha{
    margin-top: 10px;

}
/*end forget-password-page*/
.alert_form {
    margin: 20px 0px;
}
.alert_form_verify{
    margin: 20px 14px;
}
.verify_page{
     padding: 15px 15px 0;

 }
#verify_page{
    margin-top: 20px;
}
#form_login , #register_form{
    margin-top: 20px;
}
.alert_forget{
    padding: 20px;
    position: fixed;
    z-index: 1000;
    background-color: var(--new-product-color);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    min-width: 300px;
    align-items: center;
    top: 20px;
    right: 20px;
    color: var(--white-color);
    font-size: 13px;
}
.error-register{
    padding: 20px;
    position: fixed;
    z-index: 1000;
    background-color: var(--new-product-color);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    min-width: 300px;
    align-items: center;
    top: 20px;
    right: 20px;
    color: var(--white-color);
    font-size: 13px;
}
/* Responsive*/
@media screen and (max-width: 1024px ){
    .login-page{
        width: 50%;
    }

}
@media screen and (max-width: 794px){
    .login-page{
        width: 90% !important;
    }

}
@media screen and (max-width: 373px){
    .login-page {
        width: 97% !important;
    }


}









