.login{
	position: relative;
}
.login, .loginfirstBg{
	width: 100%;
	height: 100%;
}
.loginWarpDiv{
	width: 1200px;
	height: 380px;
	position: absolute;
	top: calc(50% - 190px);
	left: 50%;
	margin-left: -600px;
}
.loginWarpLeftDiv{
	width: 50%;
	margin-top: 17px;
	float: left;
}
.loginWarpLeftDiv_title{
	font-size: 24px;
	color: #212121;
	line-height: 33px;
}
.login_Api_bg1{
	width: 290px;
	margin-top: 19px;
}
.loginWarpRightDiv, .editPwdWarpRightDiv{
	float: right;
	width: 440px;
	height: 380px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: -21px 12px 45px 0px rgba(216,216,216,0.5);
}
.icon_logo{
	display: block;
	margin: 42px auto;
	width: 126px;
	height: auto;
}
.loginInfoItemDiv{
	width: 302px;
	height: 50px;
	margin: 30px auto;
	border: 1px solid #BCBEBF;
	display: flex;
	align-items: center;
	padding: 0 8px;
	box-sizing: border-box;
}
.loginInfoInput{
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
}
.loginInfoInput .el-input__inner{
	width: calc(100% - 40px);
	height: 100% !important;
	border-radius: 0 !important;
	font-size: 14px;
	border: 0;
	padding: 0 8px;
}
.loginInfoInput .el-input__inner::placeholder{
	font-size: 14px;
	color: #999;
}
.loginInfoIcon{
	width: 14px;
	height: 14px;
}
.loginBtn{
	width: 302px;
	height: 47px;
	background-color: #FF4FA6 !important;
	font-size: 18px !important;
	color: #fff !important;
	margin: 50px auto 0;
	border-radius: 0 !important;
}
.editPassBtn{
	font-size: 14px;
	position: absolute;
	right: 70px;
	bottom: 105px;
	cursor: pointer;
	color: #999;
}

/* 修改密码 */
.editPwdWarpRightDiv{
	height: 550px;
	margin-top: -85px;
}
.backLogin{
	font-size: 14px;
	color: #FF4FA6;
	position: absolute;
	right: 30px;
	top: -65px;
	border: 1px solid #FF4FA6;
	border-radius: 4px;
	padding: 3px 8px;
	cursor: pointer;
}