.content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	marign: 0 auto;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
}

.content .title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.5px;
	text-align: center;
	color: #424242;
}

.content .mid {
	margin-top: 32px;
}

.content .left .login_form form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content .left .login_form .id_input_box,
.content .left .login_form .passwd_input_box {
	width: 300px;
	height: 40px;
	padding: 10px 16px;
	border-radius: 4px;
	border: solid 1px #e4e9f2;
	box-sizing: border-box;
	background-color: #f7f9fc;
}

.content .left .login_form .passwd_input_box {
	margin: 10px 0 18px 0;
}

.content .left .login_form  #login-error {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: red;
}

.content .left .login_form .login_bt {
	width: 300px;
	height: 48px;
	font-size: 20px;
	border-radius: 4px;
	background-color: #0058c6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	outline: none;
	border: none;
	cursor: pointer;
}

.content .left .account_find {
	margin-top: 20px;
	line-height: 1.6;
}

.content .left .account_find a{
	text-decoration: none;
	color: #0058c6;
	font-size: 14px;
	text-align: center;
}

.content .left .account_signup {
	margin-top: 80px;
}

.content .left .account_signup p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #000000;
}

.content .left .account_signup a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.83;
	color: #0058c6;
}




.pop-bg{display:none;width: 100%;height: 100%;background: #000;position: fixed;left:0;top:0;z-index: 50;background: black;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;zoom:1}

.pop-info{position: absolute;z-index: 100;}
.pop-info .outter{margin:0 auto;width: 406px;position: absolute;z-index: 35;left:50%;margin-left: -203px;top:160px;height:auto;display: none;zoom: 1}
.pop-info .top{background: url("../img/popup_small_bg_top2.png") left top no-repeat;height: 32px;text-align: right;}
.pop-info .middle{background: url("../img/popup_small_bg_middle.png") left center repeat-y;}
.pop-info .bottom{height: 31px;background: url("../img/popup_small_bg_bottom.png") left bottom no-repeat;margin:0;}
.pop-info .symbol{background: url("../img/img-info.png") center center no-repeat; height: 120px}
.pop-info .big-msg{color:#56ACE9; font-size: 22px;text-align: center;width: 366px;margin:0 auto;margin-top:10px;}
.pop-info .small-msg{color:#888888; font-size: 16px;text-align: center;width: 366px;margin:0 auto;}

.pointer { cursor: pointer; }