.login-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.login-header .logo {
	height:40px;
}

.login-header .homeBtn {
	width: 72px;
	height: 28px;
	background: #1A6DE0;
	color: #fff;
	text-align: center;
	line-height: 28px;
	margin-left: 20px;
}
.login-header .homeBtn:hover {
	background: #3386fa;
}

.login-bg {
	width: 100vw;
	height: 100vh;
	background: url(/sitefiles/library/images/2022/7/4f791c47273ac36e.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.login-container {
	width: 1200px;
	margin: 0 auto;
}

.login-left {
	padding: 80px 40px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2px 0 0 2px;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	flex-shrink: 0;
}

.login-right {
	flex-grow: 1;
	background: #fff;
	padding: 40px;
	border-radius: 2px;
	box-shadow: 0px 0 10px #666;
	min-height: 600px;
	box-sizing: border-box;
}

.login-tabs {
	margin-bottom: 50px;
}

.login-tabs a {
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 20px;
	line-height: 50px;
}

.login-tabs a.active {
	border-color:#1A6DE0;
	color: #1A6DE0;
}