body {
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
	overflow: hidden;
    background: #f2f2f2;
}
.login {
    height: 260px;
    width: 260px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
    z-index: 99;
    border: 5px solid #eee;
	border-radius: 8px;
}
.login h1 {
    text-align: center;
    color: #222;
    font-size: 24px;
    margin-bottom: 20px;
	margin-top:0px;
	font-weight: 100;
}
.layui-form-item {
    margin-bottom: 15px;
    clear: both;
	border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.layui-form-item input{
	border:0px;
}
.layui-input, .layui-textarea {
    display: block;
    width: 90%;
    padding: 0 5%;
}
.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 38px;
    line-height: 36px\9;
	border:0px;
    background-color: #fff;
}
.layui-btn {
	width: 100%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
}
#error{
	font-size:14px;
	color:red;
    height: 50px;
    line-height: 50px;
}