
.authForm-block{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: relative;
    background-image: url(/static/images/common/news_bg.jpg);
    background-position: center bottom;
    background-size: cover;
}
.authForm-form{
    display: block;
    padding:25px
}
.authForm-window{
    max-width: 540px;
    width: 100%;
}
.authForm-inputGp{
    margin-bottom:25px;
}
.authForm-inputGp.thin{
    margin-bottom:15px;
}
.authForm-inputGp:last-child{
    margin-bottom:0;
}
.auth-smallLinks{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkinlinks{
    font-size: 12px;
}
.checkinlinks > label{
    align-items: center;
    cursor: pointer;
}
.checkinlinks .label{
    line-height: 12px;
    height: 12px;
}
.forgetPsw{
    font-size: 12px;
}
.forgetPsw i{
    margin-left:4px;
}

.passwordcheck-frame{
    width: 100%;
    background:#E5E5E5;
    border-radius: 5px;
    overflow: hidden;
}
.passwordcheck-block{
    width:0;
    height: 10px;
    border-radius: 5px;
    transition: width 0.2s,background-color 0.2s;
}
.iti{
    width: 100%;
}
.inblockTab a{
    cursor: pointer;
}