body {
	background-image:url('img/4.jpg');
	background-repeat: no-repeat;
	background-size: 100% 1000px;
	background-color: #f8f8f8;
	direction:rtl;
	text-align: right !important;
	font-family:IRANSansWeb;

}
@font-face {
	font-family: 'IRANSansWeb';
	src: url('fonts/IRANSansWeb.eot');
	src: url('fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"),
	url('fonts/IRANSansWeb.woff') format("woff"),
	url('fonts/IRANSansWeb.ttf') format("truetype");
}

.login_box
{

	width:450px;
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:50px auto;

}
.login_box .form-control
{
	width:100%;
	margin-top:15px;
	text-align:left;
	border-radius:0px;
}

.login_box .form-group
{
	width:92%;
	margin:auto;
	padding-top:10px;
	padding-bottom: 10px;
}
.header_login
{
	width:100%;
	border-bottom:1px solid #F0F1F2;
}
.header_login h4
{
	padding-top:14px;
	padding-bottom:7px;
	padding-right: 15px;
}
