*{
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
	list-style:none;
}
@font-face {
  font-family: 'trd_font';
  src: url('fonts/Iransans.eot?#') format('eot'),
       url('fonts/Iransans.woff') format('woff'),
       url('fonts/Iransans.ttf') format('truetype'),
       url('fonts/Iransans.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iranyekanwebbold.eot');
    src: url('fonts/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iranyekanwebbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iranyekanweblight.eot');
    src: url('fonts/iranyekanweblight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iranyekanweblight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekanweblight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iranyekanwebregular.eot');
    src: url('fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('fonts/iranyekanwebregular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekanwebregular.ttf') format('truetype');
}
body{
	background: #292927;
	overflow-x:hidden;
	font-size:13px;
	font-family: 'iranyekan','trd_font', tahoma;
}
html{
	width: 100%;
	float: left;
	height: 100%;
	border-top: solid 40px #151514;
	border-bottom: solid 40px #151514;
}
.cn{
	width:695px;
	margin:auto;
	margin-top: 10%;
}
.logo{
	background: url("img/logo.png");
	width: 180px;
	height: 180px;
	margin-bottom: 25px;
}
.t{
	width: 100%;
	float: right;
	margin-top: 20px;
}
.cn a{
	background: #444;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	color: #aaa;
	margin-bottom: 20px;
	margin-left:3px;
	font-size: 12px;
}
.t p{
	width: 100%;
	color: #888;
	float: right;
	padding: 0px 0 10px 0;
	font-size: 16px;
}
.input{
	background: #1d1d1d;
	color: #514a32;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border: none;
}
.login-username label, .login-password label{
	font-size: 12px !important;
}
#user_login{
	width: 200px;
	margin-left: 7px;
}
#user_pass{
	width: 200px;
	margin-left: 10px;
}
#wp-submit{
	background: #b0a376;
	color: #514a32;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
#loginform label{
    color:#d1d1d1 !important;
    font-size:11px;
    padding:5px 0 5px 0;
}
#loginform{
    border:none;
}
.mvt{
    width:250px !important;
    border-radius:3px;
    margin-left: 0 !important;
    margin-bottom:10px;
}
#password-lost-form p{
    font-size:12px;
}
#user_login{
    padding:5px 10px 5px 10px;
    color:#b0a376;
    background:#1d1d1d;
    border-radius:3px;
    border:2px solid #444
}
.lostpassword-button{
    font-size:12px;
    background:#b0a376;
    color:#222;
    border:none;
    border-radius:3px;
    padding:5px 10px 5px 10px;
    cursor: pointer;
}