@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 {
	direction: ltr;
	text-align: left !important;
}

html {
	scroll-behavior: smooth;
}
body, html {
	margin: 0;
	padding: 0;
	color: #585858;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
* {
	box-sizing: border-box;
	font-family: "IRANSans-web", sans-serif;
}
/*  wrapper */
.wrapper {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
.wrapper {
	max-width: 540px;
}
}

@media (min-width: 768px) {
.wrapper {
	max-width: 720px;
}
}

@media (min-width: 992px) {
.wrapper {
	max-width: 960px;
}
}

@media (min-width: 1200px) {
.wrapper {
	max-width: 1140px;
}
}
/*  /wrapper */

.d-grid {
	display: block;
}

.d-login-form #form-section {
	background: url(../images/bgimage.jpg) no-repeat center fixed #666;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	display: grid;
	align-items: center;
	min-height: 100vh;
	z-index: 0;
	padding:50px 0;
	
}

.d-login-form #form-section::before {
	content: "";
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.d-login-form .logo {
	text-align: center;
	margin-bottom: 40px;
}
.d-login-form .logo a {
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	font-weight: normal;
}
.d-login-form .login-form {
	background: #fff;
	max-width: 600px;
	margin: 0px auto;
	box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);

}
.d-login-form .login-form form input[type="text"], .d-login-form .login-form form input[type="email"], .d-login-form .login-form form input[type="password"] {
	-webkit-appearance: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;
	color: #777777;
	border: none;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	background-color: rgba(88, 83, 152, 0.03);
	padding: 15px;
}
 .error, .error::placeholder {
 color: red !important;
 letter-spacing:0 !important;
}
#username:focus {
	color: #777777 !important;
	letter-spacing: 5px !important;
}
 .pswd::placeholder {
 letter-spacing:0 !important;
}
.d-login-form .login-form form input[type="text"] {
	
}
.d-login-form .login-form form input[type="text"]:focus, .d-login-form .login-form form input[type="email"]:focus, .d-login-form .login-form form input[type="password"]:focus {
	outline: none;
	background-color: #fff;
	box-shadow: none;
}
.d-login-form .login-form form button, .btn {
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background: #f9ae06;
	height: 55px;
	border: none;
	display: block;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
.d-login-form .login-form form button:hover {
	background: #ff9600;
	transition: 0.3s ease-in-out;
	opacity: 1;
}
.d-login-form .login-form form button:focus {
	outline: none;
}
.btn.disabled, .btn:disabled {
	color: #000;
	background-color: #ffd77e;
	border-color: #ffd77e;
}
.new-signup {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 30px auto 0;
	flex-wrap: wrap;
}
.new-signup a {
	font-size: 15px;
	color: #2abda4;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
}
p.signup {
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 6px;
}
.new-signup a:hover {
	text-decoration: underline;
}
/*  copyright */
.copy-right {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}
.copy-right p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0 15px;
}
.copy-right p a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}
.copy-right p a:hover {
	text-decoration: none;
}

/*  /copyright */


@media (max-width: 767px) {
.copy-right {
	bottom: 5px;
}
}

@media (max-width: 500px) {
.form-fields {
	grid-template-columns: 1fr;
}
.d-login-form .login-form form input[type="text"] {
	border-right: none;
	border-bottom: 1px solid #e8e8e8;
}
}








