html, body {
	width:100%; height:100%; min-height:100%;
}
.text-center {
	text-align:center;
}
body {
	padding:0;
	margin:0;
	font-family: "Microsoft YaHei" !important;
	position:relative;
}
.bg-frame{
	width:100%;
	background:url("images/login-bg.jpg") no-repeat top center;
	background-size: 100% 100%;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	padding-bottom:60px;
	min-height:100%;
	box-sizing:border-box;
	position:relative;
}
.bg-k{
	width:420px;
	height:380px;
	background-image:url("images/login-k.png");
    background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:130px;
	overflow:hidden;
    max-width: 100%;
}
.bg-user{
	width:300px;
	height:41px;
	background-image:url("images/input-bg.png");
	margin-left: auto;
	margin-right: auto;
	margin-top:150px;
	overflow:hidden;
	position:relative;
}
.bg-psd{
	width:300px;
	height:41px;
	background-image:url("images/input-bg.png");
	background:url("images/input-bg.png") no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	overflow:hidden;
}
.bg-user span{
	padding-top:7px;
	padding-left:18px; 
	*line-height:35px; 
	color:#fff;  
	width:30px; 
	display:inline-block;
}
.bg-user img{
	vertical-align:middle;
}
.bg-user input{
	height:30px;
	border:0px; 
	margin-left:10px;
	display:inline-block; 
	width:220px; 
	line-height:30px;
	background-color:#f5f5f5;
	font-size:14px;
	color:#555;
	outline:none;
	font-family: "Microsoft YaHei" ! important;
}
.bg-psd span{
	padding-top:7px;
	padding-left:18px; 
	*line-height:35px; 
	color:#fff;  
	width:30px; 
	display:inline-block;
}
.bg-psd img{
	vertical-align:middle;
}
.bg-psd input{
	height:30px;
	border:0px; 
	margin-left:10px;
	display:inline-block; 
	width:220px; 
	line-height:30px;
	background-color:#f5f5f5;
	font-size:14px;
	color:#555;
	outline:none;
	font-family: "Microsoft YaHei" ! important;
}
.login-auto{
	width:300px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	overflow:hidden;
	font-size:13px;
}
.login-auto label {
	margin-left:10px;
}
.login-auto .repwd {
	float:right; cursor:pointer; margin-right:10px;
}
.msg-box {
	margin-top:5px; 
	color:red; font-size:13px;
	text-align:center;
}
.login-auto input{
	vertical-align:middle;
}
.login-btn{
	width:300px;
	height:40px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	overflow:hidden;
}
.login-submit, .login-cancel {
	width:300px;
	height:40px;
	border:0px;
	cursor:pointer;
	background-color:#FA801F;
	border-radius:5px;
	color:#FFFFFF;
	font-family: "Microsoft YaHei";
	font-size:18px;
}
.login-submit.half-left, .login-cancel.half-left {
	width:145px;
	float:left;
}
.login-submit.half-right, .login-cancel.half-right {
	width:145px;
	float:right;
}
.login-send {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 80px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	background-color: #FA801F;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: "Microsoft YaHei";
	font-size: 13px;
}
.login-send:disabled {
	background-color: #CCC;
}
.bg-footer{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#555555;
	position:absolute;
	bottom:0;
}
