@CHARSET "UTF-8";

.stop-scroll-by-loading {
	height: 100%;
	overflow: hidden;
}

.login_dialog {
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: rgba(53, 53, 53, 0.5);
	text-align: center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}

@media (max-width: 1100px) {
	.login_dialog .popup {
		/* width: 300px !important; */
	}

	.login-row-input {
		/* width: 70% !important; */
	}

	.login_sub_div2 {
		/* padding-right: 0 !important; */
	}

	.login_button {
		/* bottom: -30px; */
	}

	.login_last_item {
		text-align: left;
	}
}

.login_dialog .popup {
	position: relative;
	width: 600px;
	height: 520px;
	margin: 10% auto;
	display: block;
	background: white;
	border-radius: 7%;
}

.row-title > span {
	font-weight: 700;
}

.login-row-input {
	text-align: left;
	float: left;
	width: 80%;
}

.login_list {
	margin: 0 auto;
	height: 50px;
	position: static;
	display: block;
}

.desc1 {
	font-size: 0.7em;
	color: #006400;
}

.desc2 {
	font-size: 0.7em;
	color: #0e5364;
}

.loginBt {
	background-color: #e6e6e6;
	width: 44%;
	height: 50px;
	border: 2px solid #9d9d9d;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	border-radius: 30px;
	margin-right: 5%;
	margin-bottom: 5px;
	outline: none;
}

.loginBt:active {
	background-color: #b6b6b6;
}

.title {
	margin: 50px auto 70px auto;
	display: inline-block;
}

.login_last_item {
	width: 90%;
	margin-top: 20px;
	display: inline-block;
}

.input-div {
	height: 38px;
	border: 1px solid #626262;
	border-radius: 30px;
}

.closeBt {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid white;
	font-size: 1.1em;
	width: 50px;
	height: 50px;
	background: lightgray;
	cursor: pointer;
}

.line1 {
	height: 70px;
	border-bottom: 2px solid #626262;
}

.xlink {
	position: absolute;
	right: 25px;
	top: 25px;
}

.xbutton {
	background: url(../../images/login/login_xbutton.png);
	height: 23px;
	width: 20px;
	background-size: 100% 100%;
}

.login_sub_div {
	width: 70%;
	margin: 0 auto;
	position: relative;
	height: 350px;
}

.login_sub_title {
	text-align: left;
	font-size: 45px;
	font-weight: 700;
	margin: 40px auto 0 auto;
	border-bottom: 2px solid #9d9d9d;
	padding-bottom: 40px;
}

.login_sub_div2 {
	padding: 30px 0;
	border-bottom: 2px solid #9d9d9d;
	padding-right: 100px;
}

.id-icon {
	margin: 4px 0;
	width: 32px;
	height: 35px;
	background: url(../../images/login/people_icon.png) center center;
	background-size: 100% 100%;
	position: relative;
}

.password-icon {
	margin: 4px 0;
	width: 32px;
	height: 35px;
	background: url(../../images/login/password_icon.png) center center;
	background-size: 100% 100%;
	position: relative;
}

.icon-div {
	float: left;
	margin-right: 20px;
}

.login-real-input {
	border: none;
	width: 80%;
	margin: 4px 10%;
	height: 80%;
	position: relative;
	outline: none;
}

.login_button {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../../images/login/login_button.png) center center;
	background-size: 100% 100%;
	right: 0;
	cursor: pointer;
}

.login_button:hover {
	opacity: 0.7;
}

.login-text {
	color: white;
	vertical-align: middle;
	position: relative;
	margin: 36% auto;
	font-size: 19px;
	font-family: Arial;
}