@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; */
	background: transparent;
	/* background: url(../images/bg.png); */
	margin:0 auto;
	font-family:AlfaSans
}
.message.register{display:none}
.login p#nav, .login p#backtoblog{text-align:center;display:none}
.login form{border:0;box-shadow:0 0 0;border-radius: .25rem;}
.login #login h1 a {
	background: url(../images/logo-login.png) no-repeat scroll center center / 100% auto;
	width:100%;
	height:50px;
	background-size: auto 100%;
}
.login #loginform, .login #registerform, .login #lostpasswordform{
	background: transparent;
}
/* .login #login_error, .login .message { */
    /* border-left: 4px solid #aa2712; */
/* } */
.login #wp-submit {
    color: #fff;
    background-color:#28a745;
    border: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    height: auto;
    text-shadow: 0 0 0;
    box-shadow: 0 0 0;
    transition: all .2s ease;
	width: 100%;
	padding: 5px;
}
.login input[type="text"], .login input[type="password"], .login input[type="email"] {
    border: 1px solid #ced4da;
    background-color:#fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif, arial, tahoma;
	font-size:14px;
	font-weight:bold;
	margin-left: 0;
	border-radius: .25rem;
	direction:ltr
}
.forgetmenot{display:none}
@media only screen and (max-width: 480px) {
	#login{
		width:95%;
	}
}