.login-bg {
	background: url(../images/loginbg.png) no-repeat;
	background-position: right;
	background-size: contain;
}

.loginbox {
	width: 485px;
	position: absolute;
	top: 10%;
	left: 10%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
}

.line {
	width: 65px;
	border-top: 8px solid #78A8F0;
}

.loginbox h3 {
	font-size: 33px;
	margin: 37px 0 10px;
}

.loginbox input.layui-input {
	height: 60px;
	border: none;
	outline: none;
	border-radius: 60px;
	font-size: 20px;
	color: #999999;
	text-indent: 24px;
	margin-top: 50px;
	background-color: #EEEEEE;
}

input[type="submit"] {
	width: 231px;
	height: 50px;
	border: none;
	outline: none;
	font-size: 24px;
	color: #ffffff;
	background: linear-gradient(129deg, rgba(94, 126, 243, 1), rgba(120, 168, 240, 1));
	opacity: 0.9;
	border-radius: 25px;
}

input[type=checkbox] {
	visibility: hidden;
}

.checkboxFour {
	width: 20px;
	height: 20px;
	border: 1px solid #78A8F0;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.checkboxFour label {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	background: #ffffff;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.checkboxFour input[type=checkbox]:checked+label {
	background: #78A8F0;
}

.agreement {
	font-size: 16px;
	margin: 50px 0px 28px;
}

.forget {
	display: block;
	font-size: 16px;
	margin-top: 30px;
}
