@import url(fontiran.css);

.header {
	background-color: #ede7db;
	height: 150px;
	text-align: right;
	direction: rtl;
}
.header_img {
	margin-top: 30px;
	margin-right: 100px;
}

.footer {
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	width: 100%;
	background: #ede7db;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

h4 {
	font-family: IRANSans !important;
	font-style: normal;
	font-weight: bold;
}
input {
	font-family: IRANSans !important;
	font-style: normal;
	font-weight: 100;
}
.center {
	padding-top: 10%;
	padding-bottom: 10%;
}
.login {
	font-family: IRANSans !important;
	font-style: normal;
	font-weight: bold;
}
.login-form {
	background-color: #906f87;
	width: 40%;
	border-radius: 25px;
}