html{
	overflow:hidden;
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 100%;
	border:0;
	text-align: left; 
	background: url('bg2.jpg') no-repeat;
	background-size: 100% 100%;
}
input{
	outline: none;
}
form{
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
	line-height:1px;
}
.login_main{
	width: 996px;/*登录面板宽度*/
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.login_top{	
	font-size: 24px;
	font-weight: bold;
	color: #06203e; 
	display: block;
	text-align: center;
	margin-bottom: 40px;
	text-shadow: 0 1px 1px #fff;
}
.login_middle{
	width: 100%;
	height: 265px;/*登录面板中部高度*/
}
.login_middleleft{
	float: left;
	width: 551px;/*登录面板中部左侧宽度*/
	height: 100%; 
}
.login_middlecenter{
	display:block;	
	width: 450px;/*登录面板中部右侧宽度*/
	margin: 12% auto 0;
	padding: 40px 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.95); 
	box-shadow: 2px 0px 15px rgba(0,0,200,0.2) ;
}
.login_bottom{
	width: 100%;
	height: 102px; 
}

.letter_space{
letter-spacing:1em;
}
.login_user,.login_pass{
	width: 328px;
	margin: 0 auto 20px;
	padding:0px;/*密码框距用户名框的垂直距离*/
	color:#333;/*表单文字颜色*/
}
.login_user input,.login_pass input{
	width: 250px;
	line-height: 40px;
	border:1px solid #d2d9e1;
	border-radius: 5px;
	padding: 0 10px;
	background-color: #fefefe;
	box-shadow: inset 0 2px 10px rgba(0,0,100,0.1);
}
.login_user span,.login_pass span{
    display: inline-block;
    width: 45px;
    font-size: 15px;
    text-align: right;
}
.login_form{
	padding:0;/*表单位置*/
}
.login_button{
	padding-left: 85px;
}
.login_button input{
	display: inline-block;
	width: 220px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(145deg,#62a2ec,#2073d4 80%);
	background-color: #2073d4;
	color: #fff;
	border:0;
	cursor:pointer;
	cursor:hand;
	border-radius: 5px;
	margin-left: 25px;
} 
.login_button input.reset{
	background: linear-gradient(145deg,#d8bea9,#ad8c73 80%);
	background-color: #9a8c7e;
}
 

 
.login_copyright{
	color:#fff;/*版权声明文字颜色*/
	text-align:center;
	padding:70px  0 0 0px;/*版权声明位置*/ 
	font-size: 15px;
	line-height: 1.6;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.login_copyright a{
	text-decoration: none;
	color: #fff;
}
.login_info{
	color:red;
	position:absolute;
	left:580px;/*提示信息x坐标*/
	top:360px;/*提示信息y坐标*/
	line-height:150%;
	width:240px;
	overflow:hidden;
}
.login_skin{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#ffffff;/*皮肤管理文字颜色*/
	height:30px;
	line-height:30px;
}
.login_skin span{
	cursor:pointer;
	cursor:hand;
}
