.bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: url("/images/login.png") no-repeat center center;
	background-size: cover;
}

#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
}

.login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 837px;
	height: 396px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 4 8px 0px rgba(0, 0, 0, 0.1608);
	display: flex;
}

.login-logo {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-logo img {
	width: 100%;
	height: 100%;
}

.login-form {
	flex: 1;
	padding: 33px 36px 0 30px;
}

.login-title {
	font-weight: 400;
	font-size: 32px;
	color: #000000;
	line-height: 32px;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.el-form--label-top .el-form-item__label {
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	line-height: 14px;
	letter-spacing: 1px;
	padding-bottom: 12px;
}

.el-input__inner {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: #222;
}

.el-input--prefix .el-input__inner {
	padding-left: 44px;
}

.el-input__prefix {
	left: 13px;
	top: 10px;
}

.el-input__suffix {
	right: 13px;
	top: 10px;
}

.input-name {
	width: 20px;
	height: 20px;
}

.input-pwd {
	width: 24px;
	height: 24px;
}

.opt-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forget-pwd {
	font-size: 14px;
	color: #707070;
	line-height: 16px;
	cursor: pointer;
}

.el-form-item__content {
	width: 100%;
}

.el-button--primary {
	width: 100% !important;
	height: 48px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
}

.error-msg {
	margin-top: -18px;
	text-align: center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
	color: #FF0000;
}
.login-footer{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	letter-spacing: 1px;
	z-index: 6;
	text-align: center;
}