.nirweb_page_login{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nirweb_form_login{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.nirweb_form_login label{
    font-size: 13px;
}
.nirweb_form_login input{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    margin-top: 8px;
    border-radius: 4px;
    background: #F2F2F2;
    padding: 0 15px;
    border: none;
    outline: none !important;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: left;
    direction: ltr;
    font-weight: 500;
}
.nirweb_form_login button{
    border-radius: 4px;
    width: 100%;
    height: 50px;
    background: var(--gold-second-color);
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}
.nirweb_login_description{
    font-size: 13px;
    color: #444444;
}
.nirweb_form_login .code_filed{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
}
.nirweb_form_login .code_filed input{
    min-width: 45px;
    width: 15%;
    text-align: center;
}
.nirweb_form_login .login_timer {
    font-size: 13px;
    margin-bottom: 15px;
    color: #777;
}
.nirweb_login_error{
    width: 100%;
    display: flex;
    justify-content: center;
}
.nirweb_login_error p{
    width: max-content;
    padding: 5px 10px;
    background: #ffe5e5;
    border: solid 1px #af1212;
    border-radius: 12px;
    color: #af1212;
    font-size: 13px;
}
.nirweb_login_edit_phone button{
    background: none;
    display: flex;
    gap: 8px;
    align-items: center;
    border: none;
    color: #606181;
    margin-top: 25px;
    cursor: pointer;
}
.nirweb_login_title{
    text-align: right;
    width: 90%;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
}