@charset "UTF-8";
/* @font-face {
    font-family: 'IRANYekanXVF';
    src: url('../../fonts/iranyekan/IRANYekanXVF.woff') format('woff-variations'),
    url('../../fonts/iranyekan/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/iranyekan/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/iranyekan/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}

@supports (font-variation-settings: normal) {
    .iranyekan {
        font-family: 'IRANYekanXVF', tahoma !important;
    }
}
.iranyekan {
    font-family: IRANYekanX, tahoma !important;
} */

@font-face {
    font-family: "IranSansX";
    src: url('../../../fonts/IranSansXPro/IRANSansXFaNum-Regular.eot');
    src: url('../../../fonts/IranSansXPro/IRANSansXFaNum-Regular.eot') format("embedded-opentype"),
    url('../../../fonts/IranSansXPro/IRANSansXFaNum-Regular.woff') format("woff"),
    url('../../../fonts/IranSansXPro/IRANSansXFaNum-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

.iransans-font {
    font-family: IranSansX, tahoma !important;
}

.vf-wght {
    font-variation-settings: "wght" 700
}
.vf-shar {
    font-variation-settings: "wght" 800, "dots" 4
}
.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}
.limiter {
    width: 100%;
    margin: 0 auto
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #00000021;
    padding: 30px
}
.wrap-login100 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}
.login100-form {
    width: 453px !important;
    display: block;
    background-color: #f5f5f5;
    padding: 30px 30px !important;
    margin: 5px;
    border-radius: 20px
}
.login100-form-title {
    font-size: 20px;
    font-family: inherit;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block
}
.wrap-input100 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px
}
.label-input100 {
    font-family: inherit;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-right: 24px;
    right: 0;
    top: 21px;
    transition: all .4s
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: inherit;
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    padding: 0 16px !important
}
.input100:focus {
    height: 48px;
    box-shadow: none !important
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}
.input100:focus + .focus-input100 + .label-input100 {
    top: 7px;
    font-size: 13px
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    pointer-events: none;
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    transform: scaleX(1.1) scaleY(1.3)
}
.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.login100-form-btn {
    display: flex;
    justify-content: center;
    border-color: unset;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: var(--primary-color);
    font-family: inherit;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .4s
}
@media (max-width: 992px) {
    .login100-form {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px
    }
}
@media (max-width: 768px) {
    .login100-form {
        width: 100%
    }
}
@media (max-width: 576px) {
    .login100-form {
        padding-right: 1px;
        padding-left: 1px;
        padding-top: 1px
    }
}
.validate-input {
    position: relative
}
.validate-input .erroe_dis {
    display: none
}
.flex-sb-m {
    display: flex;
    justify-content: space-between;
    align-items: center
}
input.input100 {
    height: 100%;
    transition: all .4s;
    border-bottom: none !important
}
input:-webkit-autofill {
    box-shadow: inset 0 0 0 50px #fff
}
.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}
.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto
}
.login100-form-logo img {
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2)
}
.remember {
    margin-right: 5px !important;
}
body, html {
    height: 100%;
    margin: 0;
}
.bg {
    background-image: url("/assets/images/login-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-b-45 {
    padding-bottom: 45px;
}
