.bg {
	background: url('/assets/img/bg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -215px;
	padding: 40px;
	width: 350px;
	height: 430px;
	background: #fff;
}

.box .logo {
	margin-bottom: 50px;
	text-align: center;
	color: #009688;
}
.zhaohui .logo {
	margin-bottom: 40px;

}

.box .logo strong {
	display: block;
	font-size: 32px;
}

.box .logo em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}

.box .layui-form-item {
	margin-top: 30px;
}
.zhaohui .layui-form-item {
	margin-top: 25px;
}

.box .layui-form-item .layui-input-inline {
	width: 130px;
}

.box .captcha {
	width: 100px;
	height: 38px;
	cursor: pointer;
}

/**浏览器版本过低，登录超时*/
.ver, .over {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -500px;
	width: 1000px;
	text-align: center;
	color: #333;
}

.box .remind {
	text-align: center;
	color: #f90051;
}