.login-main{
	width:100%;
	height:100%;
	background:url(../files/1.jpg);
	background-size:100% 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.loginbg{
	width:350px;
	background:#ffffff;
	border-radius:20px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}

.loginbtn{
	display: inline-block;
    height: 38px;
	width:350px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
}

.layui-input-block{
	margin-left:auto;
}

.layui-elip{
	color:#000000;
	padding-top:20px;
}

.footer{
	width:100%;
	position:absolute;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.footer p{
	color:#fff;
	
}

.footer p a{
	color:#fff;
}