@font-face {
	font-family: AlfaSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: AlfaSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: AlfaSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: AlfaSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/alfasans/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: AlfaSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/alfasans/IRANSansWeb(FaNum).eot');
	src: url('../fonts/alfasans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/alfasans/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/alfasans/IRANSansWeb(FaNum).ttf') format('truetype');
}
body.login, html {
	background:#000 !important;
	margin:0 auto;
	font-family:AlfaSans
}
.message.register{display:none}
.login p#nav, .login p#backtoblog{text-align:center}
.login form{padding:0;border:0}
.login #login h1 a {
	background: url('../images/nav_logo.png') no-repeat scroll center center / 100% auto;
	width:100%;
	height:40px;
	background-size: auto;
}
.login #loginform, .login #registerform, .login #lostpasswordform{
	background: #000
}
.login #login_error, .login .message {
    border-left: 4px solid #aa2712;
}
.login #wp-submit {
    color: #fff;
    background-color:#aa2712;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: auto;
    text-shadow: 0 0 0;
    box-shadow: 0 1px 1px #000;
    transition: all .2s ease;
	width: 100%;
	padding: 5px;
}
.login input[type="text"], .login input[type="password"], .login input[type="email"] {
    border: 1px solid #272727;
    background-color: #272727;
    color: #fff;
	font-size:14px;
	margin-left: 0;
	border-radius: 2px;
	direction:ltr
}
@media only screen and (max-width: 480px) {
	#login{
		width:95%;
	}
}