a, p {
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
    font-family: Shabnam
}

*, a, h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

.alert > strong, a, p {
    font-size: 14px
}

a:focus, button {
    outline: 0 !important
}

@font-face {
    font-family: Shabnam;
    src: url(../../font/shabnam/farsi-digits-without-latin/Shabnam-FD-WOL.eot);
    src: url('../../font/shabnam/farsi-digits-without-latin/Shabnam-FD-WOL.eot?#iefix') format('embedded-opentype'), url(../../font/shabnam/farsi-digits-without-latin/Shabnam-FD-WOL.woff2) format('woff2'), url(../../font/shabnam/farsi-digits-without-latin/Shabnam-FD-WOL.woff) format('woff'), url(../../font/shabnam/farsi-digits-without-latin/Shabnam-FD-WOL.ttf) format('truetype');
    font-weight: 400
}

@font-face {
    font-family: Shabnam;
    src: url(../../font/shabnam/farsi-digits-without-latin/bold/Shabnam-Bold-FD-WOL.eot);
    src: url('../../font/shabnam/farsi-digits-without-latin/bold/Shabnam-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), url(../../font/shabnam/farsi-digits-without-latin/bold/Shabnam-Bold-FD-WOL.woff2) format('woff2'), url(../../font/shabnam/farsi-digits-without-latin/bold/Shabnam-Bold-FD-WOL.woff) format('woff'), url(../../font/shabnam/farsi-digits-without-latin/bold/Shabnam-Bold-FD-WOL.ttf) format('truetype');
    font-weight: 700
}

@font-face {
    font-family: Shabnam;
    src: url(../../font/shabnam/farsi-digits-without-latin/thin/Shabnam-Thin-FD-WOL.eot);
    src: url('../../font/shabnam/farsi-digits-without-latin/thin/Shabnam-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'), url(../../font/shabnam/farsi-digits-without-latin/thin/Shabnam-Thin-FD-WOL.woff2) format('woff2'), url(../../font/shabnam/farsi-digits-without-latin/thin/Shabnam-Thin-FD-WOL.woff) format('woff'), url(../../font/shabnam/farsi-digits-without-latin/thin/Shabnam-Thin-FD-WOL.ttf) format('truetype');
    font-weight: 100
}

@font-face {
    font-family: Shabnam;
    src: url(../../font/shabnam/farsi-digits-without-latin/light/Shabnam-Light-FD-WOL.eot);
    src: url('../../font/shabnam/farsi-digits-without-latin/light/Shabnam-Light-FD-WOL.eot?#iefix') format('embedded-opentype'), url(../../font/shabnam/farsi-digits-without-latin/light/Shabnam-Light-FD-WOL.woff2) format('woff2'), url(../../font/shabnam/farsi-digits-without-latin/light/Shabnam-Light-FD-WOL.woff) format('woff'), url(../../font/shabnam/farsi-digits-without-latin/light/Shabnam-Light-FD-WOL.ttf) format('truetype');
    font-weight: 300
}

@font-face {
    font-family: Shabnam;
    src: url(../../font/shabnam/farsi-digits-without-latin/medium/Shabnam-Medium-FD-WOL.eot);
    src: url('../../font/shabnam/farsi-digits-without-latin/medium/Shabnam-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'), url(../../font/shabnam/farsi-digits-without-latin/medium/Shabnam-Medium-FD-WOL.woff2) format('woff2'), url(../../font/shabnam/farsi-digits-without-latin/medium/Shabnam-Medium-FD-WOL.woff) format('woff'), url(../../font/shabnam/farsi-digits-without-latin/medium/Shabnam-Medium-FD-WOL.ttf) format('truetype');
    font-weight: 500
}

:root {
    --text-direction: rtl
}

* {
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: Shabnam;
    background-color: #666
}

a {
    color: #7e57c2;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

.label-input, input.input {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

a:hover {
    text-decoration: none;
    color: #5e35b1
}

p {
    color: #666
}

input {
    outline: 0;
    border: none
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

.wrap-alert {
    height: 80px;
    line-height: 1.3;
    position: relative
}

.alert, .login-more::before {
    position: absolute;
    width: 100%
}

.alert {
    border-radius: 10px;
    padding: 7px 1.25rem;
    bottom: 2px
}

.alert > span {
    font-size: 12px
}

button {
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

.txt2 {
    font-family: Shabnam;
    font-size: 13px;
    line-height: 2.1;
    color: #585858
}

.input, .label-input, .login-form-text, .login-form-title {
    font-family: Shabnam;
    line-height: 1.2
}

.txt2 i {
    font-size: 17px;
    vertical-align: middle;
    color: #b4b4b4
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.wrap-login {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.login-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-position-y: 20%;
    background-image: url(../../img/auth/background-old.png)
}

.login-more::before {
    content: "";
    display: block;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0)
}

.login-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f2f2f2;
    padding: 100px 50px 50px
}

.login-form-title, .login-form-title > img {
    padding-bottom: 10px
}

.login-form-title {
    width: 100%;
    display: block;
    font-size: 19px;
    color: #585858;
    text-align: center
}

.login-form-text {
    width: 100%;
    display: block;
    color: #585858;
    text-align: center;
    font-size: 13px
}

.wrap-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 45px
}

.label-input {
    font-size: 15px;
    color: #b4b4b4;
    display: block;
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 15px;
    transition: .4s
}

.input {
    display: block;
    width: 100%;
    background: #fdfdfd;
    border-radius: 10px;
    font-size: 18px;
    color: #585858;
    padding: 0 26px;
    direction: ltr
}

input.input {
    height: 100%;
    transition: .4s
}

.focus-input, .login-form-btn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

.focus-input {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #7e57c2;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.eff-focus-selection, .input:focus + .focus-input {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.input:focus {
    height: 48px
}

.has-val + .focus-input + .label-input, .input:focus + .focus-input + .label-input {
    top: -15px;
    font-size: 12px;
    background: #fdfdfd;
    width: 50px;
    border-radius: 10px;
    padding: 5px
}

.has-val {
    height: 48px !important
}

.toggle-password {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #b4b4b4;
    display: none
}

.backup-form-btn, .login-form-btn {
    padding: 0 20px;
    border-radius: 10px;
    background: #5e35b1;
    height: 50px;
    color: #f2f2f2;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Shabnam
}

.container-login-form-btn, .login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%
}

.has-val + .focus-input + .label-input + .toggle-password, .input:focus + .focus-input + .label-input + .toggle-password {
    display: block !important
}

.container-login-form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: .4s
}

.backup-form-btn:hover, .login-form-btn:hover {
    background: #7e57c2
}

.backup-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.container-login-form-link {
    padding-top: 20px;
    padding-bottom: 10px
}

@media (max-width: 992px) {
    .login-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px
    }

    .login-more {
        width: 50%
    }

    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width: 768px) {
    .login-form {
        width: 100%
    }

    .login-more {
        display: none
    }
}

@media (max-width: 576px) {
    .login-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: transparent;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 67px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    pointer-events: none;
    font-family: Shabnam;
    color: #f32916;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f071";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #f32916;
    font-size: 16px;
    top: 65px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

#load div, #loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 10px;
    height: 30px;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite loading;
    border: 5px solid #fdfdfd;
    border-color: #fdfdfd transparent transparent;
    margin: -15px auto
}

#load div:first-child, #loading div:first-child {
    animation-delay: -.45s
}

#load div:nth-child(2), #loading div:nth-child(2) {
    animation-delay: -.3s
}

#load div:nth-child(3), #loading div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
