/*.page-id-172{
    max-height: 100vh;
}
.page-id-172 #masthead{
 display: none;
}
.page-id-172 #colophon{
    display: none;
}
.page-id-172 .wrapper_body{
    max-width: 100vw !important;
}
.page-id-172 #js_header_widget{
    display: none !important;
}
.page-id-172 .entry-header{
    display: none;
}*/
@font-face {
    font-family: iransans;
	font-style: normal;
    src: url("../fonts/iransans.ttf"),
    url("../fonts/iransans.woff"),
    url("../fonts/iransans.eot");
}
:root{
    --main-color : #2c28f1;
    --sub-color: #fdf1f5;
    --error-color: #f30000;
    --link-color : #f70707;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: iransans;
}
body{
    margin: 0;
    min-height: 100vh;
}
a{
    text-decoration: none;
}
.container-login-page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-page{
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 25px auto;
}
.plvs-header-login {
    width: max-content;
    background: #fff;
    display: inline-block;
}
.plvs-header-item{   
    display: inline-block;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}
.plvs-header-item.active{  
    background: #f2f0f1;
}
.login-form{
    width: 100%;
    text-align: right;
}
.img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
}
.img-container a{
    display: block;
    max-width: 400px;
    font-size: 12px;
}
.login-logo{
    width: 100%;
    height: auto;
    margin: auto;
}
.text-header{
    font-size: 16px !important;
    font-weight: 700;
    line-height: 2.1;
    margin-top: 16px;
}
label{
    display: block;
    font-size: 12px;
    line-height: 2.15;
    margin-top: 0px;
    margin-bottom: 7px;
    color: #333434;
}
.plvs-login_input{
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    outline-color: var(--main-color);
    text-align: right;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    max-width: 100%;
}
.plvs-login_input:focus{
    border: 0;
    border-bottom: 5px solid #807edf;
    background: #e1e6e3;
    outline: none;
    transition: all 0.3s ease;
}
.plvs-login_input.error{
    border: 1px solid var(--error-color);
}
.plvs-login_button{
    width: 100%;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border: 1px solid var(--sub-color);
    font-size: 18px;
    line-height: 2.15;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    height: 50px;
    margin-top: 65px;
}

.plvs_login_button:hover{
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    transition: all 0.3s ease;
}
.text-regulations{
    font-size: 10px;
    line-height: 1.8;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #333434;

}
a{
    color: var(--link-color);
}
span.welcome-text{
    font-size: 11px;
    line-height: 2.15;
    margin-top: 16px;
    text-align: right;
    display: block;
    color: #0a0a0a9e;
}
.txt-error-empety,.txt-error-mob,.plvs-error-username,.plvs-error-pass{
    font-size: 10px;
    color: var(--error-color);
    display: none;
    margin: 10px;
}
.txt-error-empety.active,.txt-error-mob.active,.plvs-error-username.active,.plvs-error-pass.active{
    display: block;
}
.container_btn_resend{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.countdown{
    font-size: 16px;
}
.btn_resend {
    margin-right: 7px;
    font-size: 1.3px;
}
.btn_resend.resend{
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: var(--main-color);
}
.plvs-error{
    line-height: 1.8;
    font-size: 11px;
    background: #e1e6e3;
    border-right: 5px solid #807edf;
    padding: 5px 8px;
    display: none;
}
.plvs-error.active{
    display: block;
}
.plvs-header a{
    font-size: 11px;
    color: #333434;
}
.login-page{
        max-width: 400px;
}
@media(min-width: 1024px){
    .login-page{
        max-width: 400px;
        border:1px solid #d3d2d2;
        padding: 20px;
    }
    
    .text-header{
        font-size: 16px !important;
        font-weight: 700;
        line-height: 2.1;
        margin-top: 16px;
    }
    .img-container a{
        display: block;
        max-width: 250px;
    }
    .plvs-login_input{
        padding: 6px 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.8;
    }
    span.welcome-text{
        font-size: 12px;
        line-height: 2;
    }
    label{
        font-size: 12px;
        line-height: 2.15;
        margin-bottom: 10px;
    }
    .text-regulations{
        font-size: 10px;
        line-height: 1.8;
        color: #333434;
    }
    .plvs-login_button{
        font-size: 16px;
        line-height: 2.15;
        font-weight: 700;
        height: 48px;
        margin-top: 24px;
    }
    .txt-error-empety,.txt-error-mob{
        font-size: 10px;
    }
    .countdown{
        font-size: 12px;
    }
    .btn_resend {
        font-size: 12px;
    }
    .btn_resend.resend{
        font-size: 12px;
    }
}