[data-v-784c011e]:export {
	menu-color: #20303f;
	menu-color-active: var(--theme-color-normal,#6954f0);
	menu-background: var(--theme-menu-active,rgba(105,84,240,.12));
	column-second-menu-background: #fff;
	vab-border-radius: 5px;
	active-button-bg: var(--theme-color-normal,#6954f0);
	inactive-button-bg: #e6e6f6;
	default-button-bg: #f3f6f9;
	purple-button-bg: var(--theme-bg-normal,#edeafd);
	red-button-bg: #ff6a6b;
	secondary-button-bg: #f56c6c
}

.login-index[data-v-784c011e] {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fafbfc
}

.login-index__left[data-v-784c011e] {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.login-index__left .company-logo[data-v-784c011e] {
	padding-top: 43px;
	padding-left: 50px
}

.login-index__left .company-logo>img[data-v-784c011e] {
	max-height: 40px
}

.login-index__left .company-name[data-v-784c011e] {
	width: 100%;
	margin-top: 120px;
	text-align: center
}

.login-index__left .company-name_title[data-v-784c011e] {
	font-size: 32px;
	font-weight: 400;
	line-height: 60px;
	color: #fff
}

.login-index__left .company-name_sub[data-v-784c011e] {
	font-size: 18px;
	line-height: 26px;
	color: #b8a5f8
}

.login-index__right[data-v-784c011e] {
	/*position: relative;*/
	/*width: calc(100% - 480px)*/
}

.login-index__right .login-wrap[data-v-784c011e] {
	position: absolute;
	top: 50%;
	left: 70%;
	z-index: 1;
	width: 420px;
	height: 558px;
	padding: 38px 40px 25px 40px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	border-radius: 12px;
	box-shadow: 0 5px 50px 0 rgba(99,132,251,.1);
	transform: translate(-50%,-50%)
}

.login-index__right .login-wrap .message-welcome[data-v-784c011e] {
	margin-bottom: 48px;
	font-size: 22px
}

.login-index__right .login-wrap .full-width[data-v-784c011e] {
	width: 100%
}

.login-index__right .login-wrap .code[data-v-784c011e] {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 110px;
	height: 35px;
	cursor: pointer;
	font-size: 14px;
	color: var(--theme-color-normal,#6954f0)
}

.login-index__right .login-wrap .captcha-show[data-v-784c011e] {
	position: relative
}

.login-index__right .login-wrap .register[data-v-784c011e] {
	margin-top: 20px;
	font-size: 14px;
	color: var(--theme-color-normal,#6954f0);
	cursor: pointer
}

.login-index__right .login-wrap .forgotten[data-v-784c011e] {
	margin-top: 20px;
	font-size: 14px;
	color: #6b7c8c;
	cursor: pointer
}

.login-index__right .login-wrap .link[data-v-784c011e] {
	font-size: 14px;
	color: var(--theme-color-normal,#6954f0);
	cursor: pointer
}

.login-index__right .login-wrap .mt-5[data-v-784c011e] {
	margin-top: 5px
}

.login-index__right .login-wrap[data-v-784c011e] .login-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label-wrap>.el-form-item__label:before,.login-index__right .login-wrap[data-v-784c011e] .login-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
	margin-right: 0;
	content: ""
}

.login-index__right .login-wrap[data-v-784c011e] .login-input {
	width: 336px
}

.login-index__right .login-wrap[data-v-784c011e] .login-input .el-input__wrapper {
	width: 336px;
	height: 40px;
	padding-left: 0;
	line-height: 40px;
	border: none;
	border-bottom: 1px solid #ebedf5;
	box-shadow: none
}

.login-index__right .login-wrap[data-v-784c011e] .login-input .show-password {
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #d7dee3;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.login-index__right .login-wrap[data-v-784c011e] .login-btn {
	width: 100%;
	height: 48px;
	padding: 0;
	margin-top: 30px;
	font-size: 15px;
	line-height: 48px;
	color: #fff;
	background: linear-gradient(161deg,var(--theme-color-base,#4068f9),var(--theme-color-normal,#6954f0));
	border-color: transparent;
	border-radius: 6px
}

.login-index__right .login-wrap[data-v-784c011e] .register-btn {
	margin-top: 20px
}

.login-index__right_mobile[data-v-784c011e] {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.login-index__bottom[data-v-784c011e] {
	position: fixed;
	bottom: 20px;
	left: 57%;
	margin-left: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-align: center
}

.login-index__bottom .beian-link[data-v-784c011e] {
	margin-left: 10px;
	color: #333
}

.login-index__bottom .beian-link[data-v-784c011e]:hover {
	color: var(--theme-color-normal,#6954f0)
}

.login-index__bottom img[data-v-784c011e] {
	margin-right: 10px;
	vertical-align: middle
}

.login-index__bottom_mobile[data-v-784c011e] {
	left: 0;
	width: 100%;
	margin-left: 0
}