.war_auth_form{
    width: 100%;
border-radius: 40px;
padding: 0;
box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
-webkit-box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
-moz-box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
-o-box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
-ms-box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
box-shadow: 0 6px 17px 5px rgba(0,25,85,.05),0 6px 8px 0 rgba(0,25,85,.03);
    padding: 30px 60px 10px 60px;
    margin: 60px auto;
    background: #fff;
    display: block;
    box-sizing: border-box;
    max-width: 600px;
}
.war_auth_form h1{
  margin-bottom: 10px;
  font: 18px/36px 'iransans';
  color: #000000;
  padding-bottom: 3px;
  width: 100%;
  display: block;
  text-align:center;
  float: right;
}
.war_auth_form *{box-sizing:border-box }
.box_input_amlak:not(:first-child){margin-top: 8px;}
.box_input_amlak label{
font-size: 15px;
margin-bottom: 15px;
display: block;
}
.center {
text-align:center;
}
.box_input_amlak input:not([type="checkbox"]){
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    border-radius: 7px;
    outline: 0;
    padding: 0 15px;
    height: 40px;
}
.buttons_login_auth{
    display: flex;flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-around;
}
.auth_btn{
    text-align:right;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 7px;
    margin: 10px 0;
    font-size: 14px;
    display: block;
    width: fit-content;
    border: 0;
}
.login_amlak{
    color: #fff;
}
.send_code{
    color: #fff;
    width: max-content;
    min-width: fit-content;
    margin-right: 20px;
}
.response_ajax{
    position: relative;
    padding: 7px 2%;
    width:100%;
    float:right;
    margin-bottom: 1rem;
    border-radius: 7px;
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.response_ajax.error{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.response_ajax.suc{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.response_ajax li{font-size: 14px}
.response_ajax li:not(:first-child){margin-top: 10px}
.show_hie_pass{
    position: absolute;
    z-index: 33;
    top: 10px;
    right: 10px;
    color: #181818;cursor: pointer;
}
.war_auth_form select{
    width: 100%;
    border: 1px solid #eee;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 7px;
}
.valid_email_auth{
    display: flex;
    align-items: center;
}
.timer_response{
    text-align: center;
    margin: 10px 0;
    color: #ee5253;
    font-size: 18px;
    font-weight: bold;
}
.send_code.dis{cursor: default;opacity: 0.7}

.login_amlak {padding: 10px 15px;width:100%;text-align:center;}
.send_code{padding: 10px 15px;}
