.form-group {
	margin-bottom: 1px;
}
.error {
	color: red;
	font-size: 0.8em;
}
#imgimg{
	width: auto;
	width: 100%;
}
.login-container {
	position: relative;
	width: 60%;
	margin:  auto 900px;
	height: 92%;
}
h2{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: black;
	margin-bottom: 10px;
}
form {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-130%, -40%);
	background-color: #fff;	
	padding: 70px 110px 70px 70px;
	/* padding-right: 50%; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

form input {
	display: block;
	width: 120%;
	padding: 5%;
	margin-bottom: 10%;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#huoqu{
	float: right;
	margin: -1.5% -7.8% 0 1%;
}

.navbar{
	width: 100%
}