#portalPage {
	height: 100vh;
}
.portalLoginPage {
	min-width: 1200px;
	min-height: 960px;
	width: 100%;
	height: 100%;
	/* height: 100vh; */
	background: url(/_ui/desktop/common/portal/image/login_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.login_logo {
	display: block;
	position: absolute;
	top: 106px;
	left: 75px;
}

.login_logo img {
	display: block;
}

.loginWarp {
	width: 520px;
	height: auto;
	position: absolute;
	top: 50%;
	right: 270px;
	transform: translateY(-50%);
}
.loginWarp_transition {
	height: 533px;position: relative;
}
.loginSection {
	position: absolute;
	top: 0;
	left: 0;
}
.login_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	position: relative;
}
.login_title .register {
	color: #fff;
	font-size: 18px;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 3px;
}
.containerWarp {
	width: 520px;
	height: 470px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 45px 70px 0 70px;
	margin-top: 15px;
	position: relative;
}
.login_tab {
	width: 128px;
	height: 129px;
	background: url(/_ui/desktop/common/portal/image/login_tag.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.login_tab_text {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 26px;
	text-align: right;
	position: absolute;
	top: 16px;
	right: 8px;
}
.customerLoginTabs {
	
}
.customerLoginTabs .el-tabs__nav-wrap::after {
	width: 0;
}
.customerLoginTabs .el-tabs__item  {
	height: 44px;
	font-size: 18px;
	font-weight: 300;
	color: #3440B3;
	line-height: 60px;
}
.customerLoginTabs .el-tabs__item.is-active  {
	font-size: 22px;
	font-weight: 400;
	line-height: 48px;
}
.customerLoginTabs .el-tabs__content  {
	position: inherit;
}


.loginForm {
	margin-top: 20px;
}
.CMUserForm {
	margin-top: 50px;
}
.loginFormItem {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
}
.loginFormItem .el-input-group__prepend,
.loginFormItem .el-input__inner {
	background: transparent;
	border: 0;
	padding: 0 10px;
	font-size: 18px;
	color: #8A99DC;
}
.loginFormItem .el-input-group__append {
	width: 120px;
	background: transparent;
	border: 0;
	font-size: 18px;
	font-weight: 400;
	color: inherit;
	padding: 0;
	text-align: center;
}
.loginFormItem .el-form-item__error {
	top: 51px;
	left: 51px;
}

.loginFormItem .el-input-group__prepend img {
	margin-top: 5px;
}

.loginFormItem_keepMindPassword {
	margin-bottom: 5px;
}
.loginFormItem_keepMindPassword .el-form-item__content {
	line-height: 20px;
}
.keepMindPassword {
	padding-left: 15px;
}
.keepMindPassword .el-checkbox__label {
	color: #666;
	font-size: 14px;
}
.keepMindPassword .el-checkbox__input .el-checkbox__inner {
	width: 16px;
	height: 16px;
}
.keepMindPassword .el-checkbox__input.is-checked .el-checkbox__inner, 
.keepMindPassword .el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background: url(/_ui/desktop/common/portal/image/login_icon_3.png) no-repeat center;
}
.keepMindPassword .el-checkbox__inner::after {
	height: 0;
}
.keepMindPassword.is-checked ~ .prescriptionServiceAgree {
	color: #5980FF;
}
.serviceAgree {
	margin-bottom: 5px;
}
.serviceAgree .el-form-item__content {
	line-height: 22px;
}
.serviceAgree .prescriptionServiceAgree {
	font-size: 14px;
	cursor: pointer;
	color: #666;
}
.serviceAgree .prescriptionServiceAgree:hover {
	text-decoration: underline;
}

.forgetPassword {
	color: #8A99DC;
	font-size: 14px;
	padding: 0;
}
.loginFormItem_error {
	padding: 0 5px;
	background: #FFD9D9;
}
.loginFormItem_error_text {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #FF0000;
}
.loginFormItem_loginBtn {
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -100px;
}
.customer_loginSection .loginFormItem_loginBtn {
	margin-bottom: -20px;
}
.login_btn {
	width: 200px;
	height: 50px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: 0px 6px 16px 0px rgba(84, 123, 213, 0.24);
	border-radius: 25px;
}


.recommendBrowser {
	font-size: 14px;
	font-weight: 300;
	color: #9CAAFF;
	line-height: 48px;
	text-align: center;
}



.el-input-group__append button.el-button, 
.el-input-group__prepend button.el-button {
	color: currentColor;
}