#login{
    background: url(../images/rl_bg.jpg) no-repeat center center;
    overflow: hidden;
    min-height: 660px;
}
#login .wrap{
	width: 464px;
    margin: 80px auto;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-self: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.login-form{
	padding: 30px 50px;
   
}
.login-form h3{
	font-size: 24px;
    padding: 20px 0px;
    text-align: center;
}
.layui-form-label{
	text-align: left !important;
	width: 40px !important;
}
.layui-input-block{
	margin-left: 70px !important;
}
.layui-btn{
    width: 100%;
    margin-top: 24px;
    color: #fff;
    background-color: #1890ff !important;
    border-color: #1890ff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
}