html, body {
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

.content {
	height: 100%;
	position: relative;
	padding-bottom: 103px;
	box-sizing: border-box;
}

.login-container {
	/* position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	margin-top: -320.5px; */
}

.login-content {
	position: relative;
	height: 400px;
}
.login-box-body{
	text-align: center;
}
.login-box-body .row{
	width:350px;
	margin-left: 30%;
}

.img-content, .login-content {
	width: 100%;
}

.login-form {
	position: absolute;
	top: 20px;
	right: 10%;
	left: 10%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-form form {
	margin: 50px 50px;
}

.login-header {
	padding: 8px 40px 0;
	color: #999;
}

.login-header span {
	/*border-bottom: 2px solid #0170ff;*/
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
	color: #000;
	font-size: 22px;
}

.form-item {
	margin-bottom: 30px;
}

.form-item.form-item-icon {
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}

.form-item.form-item-icon img {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}

.form-item.form-item-icon input {
	border-bottom: 1px solid #fff;
}

.form-item input {
	display: block;
	width: 100%;
	height: 34px;
	/* padding: 6px 12px; */
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	border-radius: 0;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-sizing: border-box;
}

.form-item input:focus {
	outline-offset: 0;
	outline: none;
}

.form-item .button {
	border-bottom: 1px solid #0170ff;
	background-color: #0170ff;
	color: #fff;
	height: 40px;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 50px;
	height: 50px;
	display: block;
}

.text-right {
	text-align: right;
}

.form-item a {
	color: #0170ff;
	font-size: 14px;
}

.tel {
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	margin-bottom: 60px;
}

.tel span {
	margin-right: 20px;
}

.footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 55px;
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
	color: #999;
	line-height: 24px;
}

.footer a {
	text-decoration: none;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}


