html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: rgba(241, 242, 246, 1);
}

.top-right-corner {
	position: fixed;
	top: -70px;
	right: -70px;
}

.icon-corner {
	display: inline-block;
	width: 141px;
	height: 117px;
	background: rgba(228, 233, 245, 1);
	border-radius: 50%;
}

.left-bottom-corner {
	position: fixed;
	bottom: -70px;
	left: -70px;
}

.login-main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 76.6%;
	height: 73.5%;
	border-radius: 24px;
	background-color: #fff;
}

.banner {
	float: left;
	width: 60.9%;
	height: 100%;
}

.banner img{
	width: 100%;
	height: 100%;
}

.login-box {
	margin-top: 80px;
	text-align: center;
	height: 100%;
}

.login-box .form {
	display: inline-block;
	width: 29.2%;
}

.login-box .title,
.login-box .welcome {
	font-size: 24px;
	font-weight: bold;
}

.login-box .welcome {
	margin-bottom: 40px;
}

.login-box .form-group input[type="text"],
.login-box .form-group input[type="password"] {
	padding-left: 12px;
	width: 100%;
	height: 42px;
	font-size: 16px;
	border:2px solid rgba(3,99,252,1);
	border-radius: 12px;
	background:rgba(241,242,246,1);
	outline: none;
}

.login-box .captcha {
	width: 100%;
}

.login-box a:hover,
.login-box a:focus{
	text-decoration: none;
}

.captcha input,
.captcha img,
.captcha a {
	float: left;
	width: 33.3%;
	padding: 0 6px;
}

.captcha input {
	height: 42px;
	font-size: 14px;
	padding-left: 12px;
	border:2px solid rgba(3,99,252,1);
	border-radius: 12px;
	background:rgba(241,242,246,1);
	outline: none;
}

.captcha img {
	height: 38px;
}

.captcha a {
	height: 42px;
	line-height: 42px;
}

.login-box .submit-btn {
	margin: 30px 10px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	border-radius: 12px;
	background:rgba(3,99,252,1);
}

.login-box .submit-btn a{
	color: #fff;
}

.miss-btn {
	margin-top: 20px;
}

.miss-btn a {
	color: #0363FC;
}