
body{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/bg.png);
	background-size: 100% 100%;
	position: relative;
}

.login{
	position: absolute;
	top: 42%;
	left: 60%;
	width:30%;
	height: 320px;
	transform: translate(0,-50%);
}
.layui-tab-title li {
	width: 33.33%;
}
.layui-tab-content{
	padding: 30px 10px;
}
.footer{
}
.form-group{
	margin-bottom: 24px;
}

.title{
	position: absolute;
	top: 200px;
	left: 60%;
	width: 480px;
}
.title h3{
	text-align: center;
}