html {
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}

.logo {
	padding-top: 100px;
}

.login-bg {
	margin-top: 15px;
	background: url(/static/img/login_bg.png) center no-repeat;
	background-size:100% 100%;
	text-align: center;
}

.bottom_bq {
	margin-top: 20px;
	text-align: center;
	font: 22px Arial, sans-serif;
	color: #8b8787;
}

.login-bg img {
	/* padding-top: 2%; */
	width: 55%;
	height: 550px;
}

.login_form {
	width: 26%;
	position: fixed;
	top: 350px;
	left: 49%;
}

.login_div_c_input {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 1.2em;
	position: relative;
}

.user_icon {
	position: absolute;
	top: 10px;
	right: 14%;
	display: block;
	width: 1.42em;
	height: 1.92em;
	background: url(/static/img/user_icon.png) no-repeat;
}

.password_icon {
	position: absolute;
	top: 10px;
	right: 14%;
	display: block;
	width: 1.42em;
	height: 1.92em;
	background: url(/static/img/password_icon.png) no-repeat;
}

.form-control {
	display: block;
	width: 70%;
	height: 34px;
	padding: 6px 12px;
	margin: 10px auto 0px auto;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pwd {
	margin-top: 20px;
}

.btn_bottom {
	display: block;
	width: -moz-calc(65% - 40px);
	width: -webkit-calc(65% - 40px);
	width: calc(65% - 40px);
	border: 0;
	margin: 30px auto;
	height: 42px;
	background: #1e9fff;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}