/*author : win*/
html{

    background-size:cover;
	background-color:#343A28
	;
}


#login_d1{

	background:url(./img/logo-24.png) no-repeat center top;
	background-position:95px 10px;
	width: 560px;
	height:400px;
   
	margin-top:30px;
	
}

#ft2{
	background:url(./img/logo-34.png) no-repeat center top;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	
}

#login_banner{
   
	width: 1500px;
	height: 40px;
	margin: 50px auto;
	margin-top:-10px;
	background-color: #343A28;
	font-family: arial;
	
}


#login_block{
    
	width: 30px;
	height: 30px;
	margin: 80px auto;
	margin-top: -50px;
	padding: 52px 20px 10px 51px;
	margin-bottom: 70px;
	font-family: arial
	
}
#user_name{
	width: 280px;
	
	margin: 0px -140px;
	margin-bottom: 20px;
}
#submit{
	background:url(./img/logo-27.png) no-repeat ;
	border: 0px;
	color: white;
	padding: 5px 10px;
	
	width: 292px;
	margin: 0px -140px;
	margin-top: -100px;
 	
	
}



#error_msg{
	width: 270px;
	background: #525150;
	display: block;
	color: red;
	padding: 0px 10px;
	font-size: 18px;
	margin: 0px -135px;
	line-height: 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
input[type=text],
input[type=password]{
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 2px 2px 3px #424242;
	box-shadow: 2px 2px 2px #5A5A5A;width: 231px;
}
label{
	width: 300px;
	display: block;
	padding: 3px 3px;
	
}
#loading_div
{
	text-align: center;
	width: 302px;
	margin: -200px -150px;
	
},

#login_success,
#loadingout_div{
	text-align: center;
	width: 302px;
	margin: -200px -140px;
	
}
#login_success{
	text-align: center;
    margin: 0px -140px;
	display: block;
	color:white;
	width: 295px;
	
	
	
	}
#login_showname{
	text-align: center;
	margin: 0px -140px;
	display: block;
	color:white;
	width: 290px;
	
}
#login_count1{
	text-align: center;
	margin: 0px -140px;
	display: block;
	font:bold;
	color:red;
	width: 292px;
	
	

}
#login_count{
	text-align: center;
	margin: 0px -140px;
	display: block;
	font:bold;
	color:red;
	width: 292px;
	
	

}
#ft{
	background:url(./img/logo-26.png) no-repeat center top;
	background-position:120px 90px;
	width: 820px;
	height:120px;
    margin:auto;
	margin-top:170px;
	
}
