* {
	font-family: "Microsoft YaHei", "Verdana", "Tahoma", "Lucida Grande", "Hiragino Sans GB", sans-serif;
}

body {
	/*background-color: #009688;*/
	background: url(../images/corplogin_bg.jpg) no-repeat;
}

.main_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -300px;
	padding: 30px;
	width: 600px;
	height: 330px;
	/*background: #FAFAFA;*/
	/*background: rgba(255, 255, 255, 0.5);*/
	background: rgba(0,0,0,0.16);
	/*border: 1px #DDD solid;*/
	border-radius: 5px;
	-webkit-box-shadow: 1px 5px 8px #888888;
	-moz-box-shadow: 1px 5px 8px #888888;
	box-shadow: 1px 5px 8px #888888;
}

.login_logo {
	height: 45px;
	text-align: center;
	font-size: 32px;
}

.login_logo img {
	height: 45px;
}

.login_form {
	padding-top: 25px;
	font-size: 16px;
}

.bottom {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.layui-form-item {
    margin-bottom: 25px;
    clear: both;
}

.layui-elem-quotes {
margin-top: 15px;
line-height: 22px;
margin-left: 15px;
/*background-color: #80cbc4;*/
color: red;
font-weight: bold;
}