
.wrap{
	zoom: 1;
	position:fixed;
	top: 0;
	left: 0;
	z-index:-10;
	height:100%;
	width:100%;
	min-width: 1000px;
	background-color:#fff;
	background-image:url('/images/loginDefault/loginNewBg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.login-box{
	position: absolute;top: 30%;left: 40%;
}
.system-name{
	width:336px;height:85px;
	position: absolute;top: 15%;left: 5%;
	background:none center center no-repeat;
}
.footer-copyright{
	position:fixed;left:40%;
	bottom: 50px;color:gray;
}
.input-box{
	background-color: #fff;
	border: 1px solid #eee;
	height: 46px;
	/*width:300px;*/
	line-height: 46px;
	border-radius: 6px;opacity: 0.6;
}
.logo-row{text-align:center;}
.scan-row{height:30px;line-height:30px;text-align:right;padding-right:10px;}
.scan-row i.icon{font-size: 24px;color: #666;cursor:pointer;}
.input-box .text{
	height: 100%;line-height:100%;font-size: 18px;color:#666;
	border-width: 0px;background-image:none;outline: 0px;/*background-color:yellow;*/
}
.input-box label{width: 20px;height:100%;line-height:100%;display: inline-block;margin: 0px 10px;}
.input-box i.icon{font-size:24px;color:#999;}
.password-row,.randcode-row{margin-top:20px}
.login-row{margin-top:30px;}
#btnLogin{
	width:340px;height:46px;line-height:46px;text-align:center;font-weight:bold;
	border-radius: 6px;opacity: 0.8;cursor:pointer;
	border-width: 0px;font-size: 20px;color: #666;letter-spacing: 30px;
}
.check-error{margin-top:10px;color:#b01a1a;font-size:16px;background-color: #cccc;
	border-radius: 4px;padding: 0px 10px;}
#randcodeWrap #randcode,
.randcode-wrap .randcode{height: 98%;border-width: 0px;font-size: 18px;color:#666;}
.dypass-tip{color:green;}
