.login-bg {
	width: 100%;
	height: 100%;
	background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
}

.loginbox {
	width: 65%;
	height: 65%;
	position: absolute;
	top: 22%;
	left: 19%;
	background: url(../images/gx.png) no-repeat;

	background-size: 100% 100%;
	border-radius: 12px;
}
.loginbox .loginboxr{
	position: absolute;
	right: 0;
	width: 45%;
	height: 100%;
	/*background: #0AC4A3;*/
    text-align: center;
}


.loginbox h3 {
	font-size: 40px;
    font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2882FE;
	margin: 100px 0 70px;

}

.loginbox input.layui-input {
	height: 56px;
	width: 380px;
	border: 1px solid #E9E9E9;
	outline: none;
	border-radius: 10px;
	font-size: 20px;
	color: #D0D0D0;
	text-indent: 24px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 25px;
	padding-left: 25px;

}
.loginbox input.layui-input::-webkit-input-placeholder{
	color: #D0D0D0
}
input[type="submit"] {

	width: 380px;
	height: 56px;
	background: #2882FE;
	border-radius: 10px;
	border: none;
	outline: none;
	font-size: 20px;
	color: #ffffff;
    margin-top: 46px;
}
input[type="submit"] ::-webkit-input-placeholder{
	color: #D0D0D0
}
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 {
	position: relative;
	/*background: red;*/
}

.agreement img {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 17px;
	left: 108px;
	left: 19%;
	/*background: red;*/
}

.forget {
	display: block;
	font-size: 16px;
	margin-top: 30px;
}
