@charset "UTF-8";
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('../../fonts/IRANYekanXVF.woff') format('woff-variations'),
    url('../../fonts/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/IRANSans-web.ttf') format('woff-variations'),
    url('../../fonts/IRANSans-web.ttf') format('ttf');
    font-weight: 100 1000;
    font-display: fallback;
}
.login-inputs { 
  font-family: 'IRANSans';
  font-size: 20px;

}
@media (max-width: 770px) {
    
	.captcha_posi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}
.iranyekan {
    font-family: Estedad,Poppins;

}
@supports (font-variation-settings: normal) {
    .iranyekan {
        font-family: Estedad,Poppins;
    }
}
.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
}

@media (max-width: 550px) {
    
	body {
        background: #F5F5F5;
    }
	.container-login100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
}
.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: 15px 30px !important;
    border-radius: 20px;
}
}


@media (min-width: 550px) {
	
.login100-form {
    width: 453px !important;
    display: block;
    background-color: #f5f5f5;
    padding: 15px 30px !important;
    border-radius: 20px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.1);
     box-shadow: 0 30px 60px 0 rgba(0,0,0,0.1);
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #00000021;
}
}


.login100-form-title {
    font-size: 20px;
    font-family: Estedad,Poppins;
    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 #BEBEBE;
	background-color: #FBFBFB;
    border-radius: 10px;
    margin-bottom: 10px
}
.label-input100 {
    font-family: Estedad,Poppins;
    font-size: 15px;
    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: 13px;
    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;
}
.p-b-45 {
    padding-bottom: 20px;
}
.p-b-rtl {
    padding-bottom: 10px;
}
:root {
  --primary-color: #56368b;
        }
