.container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: url("./images/logoBg_2.png") center center no-repeat;
	background-size: 19.20rem 10.79rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .hrader-iconView {
	position: fixed;
	top: 0.8rem;
	left: 1.34rem;
	width: 2.50rem;
	height: 0.64rem;
}

.container .hrader-iconView .icon {
	width: 2.50rem;
	height: 0.64rem;
	display: block;
}

.login-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	padding-right: 18.3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-container .pageTitle {
	margin: 0 auto 0.42rem;

}

.login-container .pageTitle .icon {
	width: 4.95rem;
	height: 0.43rem;
	display: block;
	margin: 0 auto 0.08rem;
}

.login-container .pageTitle .icon_1 {
	width: 4.185rem;
	height: 0.19rem;
	display: block;
	margin: 0 auto;
}

.form-floating-view {
	width: 4.12rem;
	height: 4.21rem;
	border-radius: 0.27rem;
	background: url(./images/loginFromViewBg.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 0.42rem 0.43rem 0;

}

.hrader {

	margin-bottom: .50rem;
	color: #1C1C1C;
	font-size: .34rem;
	font-style: normal;
	font-weight: 500;
	line-height: .60rem;
	/* 176.471% */
	letter-spacing: 0.34rem;
	text-transform: uppercase;

}

.hrader-left {
	display: flex;
	align-items: center;
}

.hrader-iconView {
	width: .43rem;
	height: .40rem;
}

.hrader-iconView .icon {
	width: .43rem;
	height: .40rem;
	display: block;

}

.hrader-text {
	margin-left: .06rem;
	height: .40rem;
	line-height: .39rem;
	color: rgba(16, 16, 16, 1);
	font-size: .24rem;

	font-family: AlibabaPuHui-bold;
	font-weight: bold;
}


.hrader-right {
	height: .40rem;
	line-height: .40rem;
	color: rgba(16, 16, 16, 1);
	font-size: .30rem;
	font-weight: bold;

}


.form-floating {
	height: .50rem;
	display: flex;
	margin-bottom: .30rem;
	border-radius: .10rem;
	background: #FAFBFF;

}

.form-left {
	float: left;
	width: .40rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-left .icon {
	width: .20rem;
	height: .20rem;
}

.form-control {
	flex: 1;
	height: .50rem;
	border: 0;
	outline: 0;
	background: rgba(0, 0, 0, 0);
	margin: 0;
	font-size: .16rem;
}

.submit {
	width: 100%;
	height: .60rem;
	line-height: .60rem;
	text-align: center;
	border-radius: .10rem;
	background: linear-gradient(90deg, #976FFD 0%, #2F69FF 100%);
	color: #FFFFFF;
	font-size: 0.16rem;
	font-weight: 500;
	cursor: pointer;

}

.loading-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: .60rem;
	height: .60rem;
	margin: -.30rem 0 0 -.30rem;
	display: none;
}

.loading-icon {
	width: .60rem;
	height: .60rem;

	display: block;
	animation: spin 0.5s infinite linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.errorAlertView {
	position: fixed;
	top: .50rem;
	left: 50%;
	width: 2rem;
	margin-left: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.removeClass {
	display: none;
}

#errorAlert {
	padding: 0.04rem 0.10rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.01rem solid #f1f1f1;

}