*{
    margin: 0;
    padding: 0;

}
body{
    direction: rtl;
    font-family: IranSans;
    font-size: 11pt;
    background: #f3f6f9;
}
a{
    text-decoration: none;
    color: #3d73f1;
}
button {
    outline: none;
    border: none;
    font-family: IranSans;
}
input:focus {
    box-shadow: 0 0 4px #158B53;
    background: #ffffff;
}
input{
    outline: none;
    border: none;
    padding: 3px 10px;
    box-sizing: border-box;
}
input::placeholder{
    font-family: IranSans;
    text-align: right;
    font-size: 10pt;
}
.orange_c{
    color: #FF710A;
}

@font-face {
    font-family: IranSans;
    src: url("../fonts/woff/IRANSansX-Medium.woff");
}
@font-face {
    font-family: IranSans;
    src: url("../fonts/woff/IRANSansX-Regular.woff");
    font-weight: 300;
}
@font-face {
    font-family: IranSans;
    src: url("../fonts/woff/IRANSansX-Bold.woff");
    font-weight: 600;
}
.app_out_page{
    display: flex;
    background: #f3f6f9;
    position: relative;
}
.sell_system_out_box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 75px -27px rgba(0, 0, 0, 0.25);
    margin: 40px auto;
    padding: 40px 20px;
    width: calc(100% - 10px);
    max-width: 450px;
    box-sizing: border-box;
    text-align:center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sell_system_out_box_header_title{
    font-size: 17pt;
    color: #424244;
    font-weight: 600;
    margin: 20px auto 10px auto;
}
.app_out_form_item_footer{
    display: flex;
    justify-content: space-between;
}

.app_out_form_item_footer_password{
    font-size: 10pt;
    margin-top: 5px;
}


.app_out_form_part {
    margin-top: 100px;
    position: relative;
}
.app_out_form_logo{
    width: 200px;
    object-fit: contain;
}
.app_out_form_sub_title {
    margin: 15px auto;
    color: #616268;
}
.app_out_form_holder{
    margin: 40px auto 0 auto;
    width: calc(45% - 5px);
    
}
.app_out_form_item_title{
    text-align: right;
    margin-bottom: 10px;
}
.app_out_form_item_input{
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background: #F3F6F9;
    
}
.app_out_form_item_password_input{
    padding-left: 40px;
    box-sizing: border-box;
}
.app_out_form_item{
    margin-top: 30px;
    position: relative;
}
.app_out_form_item_input_holder{
    position: relative;
}
.app_out_form_item_eye_img{
    position: absolute;
    left: 10px;
    top: 14px;
    cursor: pointer;
}
.app_out_form_item_content{
    display: flex;
    justify-content: space-between;
}
.app_out_form_item_captcha_input{
    width: 60%;
}
.app_out_form_item_captcha_box{
    width: 38%;
    background: linear-gradient(180deg, #066AFF 10.42%, #0018EF 100%);
    border-radius: 5px;
    display: flex;
}
.app_out_form_item_captcha_numbers{
    width: 75%;
    background: #ffffff44;
    font-style: italic;
    color: #fff;
    justify-content: center;
    display: flex;
    letter-spacing: 9px;
    width: 75%;
    background: #ffffff44;
    align-items: center;
}
.app_out_form_item_captcha_icon_holder{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    cursor: pointer;
}
.input_error_alert, .input_error_alert span{
    color: #fe2323;
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 9pt;
    margin-bottom: -10px;
}
.app_out_form_submit_btn {
    width: 100%;
    display: block;
    margin: 35px auto;
    background: #158B53;
    box-shadow: 0px 5px 5px #bfddc3;
    border-radius: 8px;
    padding: 10px;
    color: #ffffff;
    font-size: 11pt;
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.app_out_form_second_btn {
    border: 1px solid #5a2be0;
    color: #5a2be0;
    background: #ffffff;
    box-shadow: none;
}
.app_out_form_submit_btn:hover {
    background: #158B53;
}
.app_out_form_second_btn:hover {
    background: #5a2be0;
    color: #ffffff;
}
.app_out_form_links_holder{
    text-align: right;
    width: calc(45% - 5px);
    margin: 40px auto 0 auto;
    font-size: 10pt;
}
.app_out_form_link_item{
    margin-top: 5px;
}
.app_out_form_part_info_bottom{
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:  0 25px;
    box-sizing: border-box;
    color: #555557;
}
.app_out_form_part_info_item {
    align-items: center;
    display: flex;
}
.app_out_form_part_info_item_icon{
    margin-left: 5px;
}
.app_out_form_timer_box {
    margin-top: 10px;
}
.app_out_form_timer_box_change{
    margin-top: 20px;
}
.app_out_form_resend {
    margin-top: 10px;
    border-radius: 3px;
    padding: 5px 10px;
}
/**/
.app_out_form_bisection_item{
    width: calc(49% - 5px);

}
.app_out_form_items_holder{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 25px;
    
}
.app_out_form_items_holder input::placeholder{
  font-size: 8pt;
}
.login_right_page_part{
    width: 50%;
}
.login_img_holder {
    width: 50%;
    overflow: hidden;
    height: 100vh;
}
.login_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login_right_page_part_top{
    padding: 20px;
    box-sizing: border-box;

}
.login_right_page_part_top_logo{
    width: 42px;
    object-fit: contain;
    margin-left: 10px;
}
.login_right_page_part_text{
    font-size: 10pt;
    color: #424244;
}
.login_right_part_info_items_holder {
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}
.login_right_part_info_item{
    margin: 20px 0;
}
.login_right_part_info_item_circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #158B53;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #ffffff;
}
.login_right_part_info_item_text{
  display: inline-block;
  font-size: 12pt;
  color: #424244;
  font-weight: 600;
  position: relative;
  top: 3px;
}
.sell_system_out_box_header{
    margin-bottom: 10px;
}
.app_login_form_box_bar_header {
    max-width: 280px;
    height: 1px;
    background: #cacaca;
    margin: 10px auto;
    width: calc(100% - 10px);
}
.app_login_form_box_header_text{
    font-size: 11pt;
    color: #555557;
}
.app_login_timer_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.app_login_resend_btn {
    border-radius: 5px;
    padding: 5px 10px;
    background: #ededed;
}
.send_code_btn_active {
    color: #ffffff;
    background: #FF710A;
}
@media screen and (max-width: 1260px) {
    .app_out_form_holder,.app_out_form_links_holder {
        width: calc(57% - 5px);
    }
 
}
@media screen and (max-width: 1200px) {
    .login_img_holder, .login_right_page_part {
        display: none;
    }
    .sell_system_out_box{
        position: unset;
        transform: unset;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1050px) {
    .app_out_form_part{
        width: 100%;
    }
    .app_out_form_part_info_bottom{
       margin-top: 35px;
       position: absolute;
       bottom: 0;
    }
    .app_out_form_links_holder{
        margin-bottom: 45px;
    }
    .app_out_form_part_info_bottom{
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .app_out_form_holder,.app_out_form_links_holder {
        width: calc(75% - 5px);
    }   
    .app_out_form_part {
        margin-top: 70px;
    }

}
@media screen and (max-width: 450px) {
    .app_out_form_holder,.app_out_form_links_holder {
        width: calc(85% - 5px);
    }   
    .app_out_form_part {
        margin-top: 50px;
    }
 
     .app_out_form_part_info_item{
        font-size: 10pt;
     }
     .app_out_form_item_title{
       font-size: 10pt;
     }
     .app_out_form_links_holder{
        font-size: 9pt;
    }
  .app_out_form_link_item{
    margin-bottom: 10px;
  }
    .sell_system_out_box{
        padding: 30px 20px;
    }
}
@media screen and (max-width: 390px){
.app_out_form_holder, .app_out_form_links_holder {
    width: calc(95% - 5px);
}
    .sell_system_out_box_header_title{
        font-size: 15pt;
    }

}