@font-face {
	font-family: 'IRANSans-web';
	src: url(font/IRANSans-Bold-web.eot);
	src: url(font/IRANSans-Bold-web.eot?#iefix) format("eot"), url(font/IRANSans-Bold-web.woff2) format("woff2"), url(font/IRANSans-Bold-web.woff) format("woff"), url(font/IRANSans-Bold-web.ttf) format("ttf");
	font-weight: 700
}
@font-face {
	font-family: 'IRANSans-web';
	src: url(font/IRANSans-web.eot);
	src: url(font/IRANSans-web.eot?#iefix) format("eot"), url(font/IRANSans-web.woff2) format("woff2"), url(font/IRANSans-web.woff) format("woff"), url(font/IRANSans-web.ttf) format("ttf");
	font-weight: 400
}
body {
	font-family: "IRANSans-web", sans-serif;
	background-color: #fff;
	min-height: 100vh;
	direction: rtl;
	text-align: right
}
.brand-wrapper {
	padding-top: 7px;
	padding-bottom: 8px
}
.brand-wrapper .logo {
	height: 68px
}
.login-section-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 68px 100px;
	background-color: #fff
}

@media(max-width:991px) {
.login-section-wrapper {
	padding-left: 50px;
	padding-right: 50px
}
}

@media(max-width:575px) {
.login-section-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 100vh
}
}

@media(max-width:400px) {
.login-section-wrapper {
	padding-left: 10px;
	padding-right: 10px
}
.login-title {
	font-size: 17pt !important;
}

.login-wrapper {
	padding-top:0 !important;
}
}

.login-wrapper {
	width: 600px;
	max-width: 100%;
	padding-top: 24px;
	padding-bottom: 24px
}

@media(max-width:575px) {
.login-wrapper {
	width: 100%
}
body {
	text-align: center !important;
}
}
.login-wrapper label {
	font-size: 14px;
	font-weight: bold;
	color: #b0adad
}
.login-wrapper .form-control {
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	padding: 9px 5px;
	min-height: 40px;
	font-size: 18px;
	text-align: left;
	letter-spacing: 5px;
	font-weight: normal
}
::-webkit-input-placeholder {
letter-spacing:normal
}
::-moz-placeholder {
letter-spacing:normal
}
.login-wrapper .form-control::-webkit-input-placeholder {
color:#b0adad
}
.login-wrapper .form-control::-moz-placeholder {
color:#b0adad
}
.login-wrapper .form-control:-ms-input-placeholder {
color:#b0adad
}
.login-wrapper .form-control::-ms-input-placeholder {
color:#b0adad
}
.login-wrapper .form-control::placeholder {
color:#b0adad
}
.login-wrapper .login-btn {
	padding: 13px 20px;
	background-color: #fdbb28;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px
}
.login-wrapper .login-btn:hover {
	border: 1px solid #fdbb28;
	background-color: #fff;
	color: #fdbb28
}
.login-wrapper a.forgot-password-link {
	color: #080808;
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 54px
}

@media(max-width:575px) {
.login-wrapper a.forgot-password-link {
	margin-bottom: 16px
}
}
.login-wrapper-footer-text {
	font-size: 13px;
	color: #000;
	margin-bottom: 0
}
.login-title {
	font-size: 30px;
	color: #683800;
	font-weight: bold;
	margin-bottom: 25px
}
.error {
	color: red!important;
	font-size: 19px!important
}
.login-img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left
}
