body{
	font-family: '微软雅黑';
}
.login-layout{
	width: 586px;
	height: 528px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/sign.png);
	margin-left: -293px;
	margin-top: -264px;
	z-index: 2;
}
.login-layout .title{
	padding-left: 140px;
	text-align: center;
}
.login-layout .title h5{
	font-size: 43.85px;
	line-height: 100%;
	color: #fff;
	padding-top: 45px;
	font-weight: 400;
	padding-bottom: 5px;
}
.login-layout .title span{
	font-size: 18px;
	color: #f2f2f2;
}
.background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.background img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*输入框*/
.login-layout .lock-holder{
	margin-top: 16px;
}
.login-layout .lock-holder .input-userName,
.login-layout .lock-holder .input-password{
	width: 206px;
	height: 15px;
	margin-left: 226px;
	margin-bottom: 16px;
	padding-left: 68px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.login-layout .lock-holder .input-userName .userName,
.login-layout .lock-holder .input-password .password{
	background: none;
	border: none;
	width: 90%;
	height: 30px;
	margin-top: -8px;
	color: #fff;
	font-size: 14px;
	border-left: 1px dotted #fff;
	text-indent: 5px;
}
.login-layout .lock-holder .input-userName{
	background:url(../images/userName.png) no-repeat 25px center;
}
.login-layout .lock-holder .input-password{
	background:url(../images/password.png) no-repeat 25px center;
}
.login-layout .lock-holder .submit{
	width: 214px;
	height: 49px;
	border: none;
	font-size: 20px;
	color: #fff;
	background: url(../images/signIn.png) no-repeat;
	cursor: pointer;
}
.login-layout .lock-holder .button-submit{
	padding-left: 256px;
}