html{overflow: hidden;}
body{
	margin: 0;
	padding: 0;
	overflow: hidden;
    background-color: #67ace4;
	height: 100vh;
}

.box {
	max-width: 80%;
	width: 350px;
	height: 310px;
	padding: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.box-title{
	position: absolute;
	margin-top: -100px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 30px;
	color: #ffffff;
}
.login-title{
	padding: 15px;
	font-size: 30px;
	border-bottom: 5px solid var(--mainColor);
	margin-bottom: 15px;
}
.layui-form-label{
	text-align: left;
}
.captcha-box{
	width: calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
hr{
	margin: 15px 0;
}
.footer{
	position: absolute;
	margin-bottom: -100px;
	text-align: center;
	left: 0;
	right: 0;
	background-color: transparent;
	border-top: none;
}
