#tableform{
	cellspacing:0;
	background-color: #ffffff;
	border: none;
	border-radius: 10px;
}


.login_form_table td, .login_form_table th {
    padding: .6rem;
    vertical-align: top;
    border-top: 0 solid #dee2e6;
}

#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
	width	:300px;
	font-size: 14px;
	font-weight: bold;
}
#j_username,#j_password,#j_captcha {
	padding-left: 35px;
}

#j_captcha{
	width	:160px;
	font-size: 14px;
	font-weight: bold;
}

#tfa_j_otp_captcha{
	width	:120px;
	/*width	:230px;*/
	font-size: 14px;
	font-weight: bold;	
}

#tfa_j_otp_captcha_button{
	width	:130px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;	
}

#j_captchaimg{
	width:70px;
	height: 33px;
	vertical-align: top;
}

#switch_commonLogin,#switch_tfaLogin{
	width	:49%;
}

#div_tfaLogin{
	display: none;
}

.login_button{
	width:80%;
}
#register{
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	color: white;
	background-color: #4D4E54;
}
#register a{
	font-weight: bold;
	color: white;
}

.login_error_message{
	height:37px;
	background-color: #FFE5E5;
	font-weight: bold;
}
html {
	height: 100%;
}

.img-bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lab-login-container {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
#div_commonLogin{
	padding: 16px;
}
.label_name {
	line-height: 32px;
}
#loginSubmit {
	height: 36px;
	line-height: 16px;
	font-size: 16px;
	background-color: #4fd057;
	border: none;
}
.input-icon {
	position: absolute;
	left: 22px;
	top: 17px;
	width: 17px;
}
input::placeholder {
	color: #a5a4a5 !important;
}
input::-webkit-input-placeholder {
	color: #a5a4a5 !important;
}
input::-moz-placeholder {
	color: #a5a4a5 !important;
}
input:-moz-placeholder {
	color: #a5a4a5 !important;
}
input:-ms-input-placeholder {
	color: #a5a4a5 !important;
}
.zjlab-login-title {
	width: 350px;
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 28px;
	letter-spacing: 8px;
}