html, body {
	position: relative;
	height: 100%;
	background-image: url("../img/login-bg.jpg");
	background-size: cover;
	overflow: auto;
}
.login {
	background: rgba(0,85,166,0.9);
	height: 100vh;
}
.login h2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 100px;
}
.login-logo {
	background: #fff;
	border-radius: 0 0 50% 50%;
	min-height: 120px;
	padding-top: 20px;
}
.login-logo img {
	margin: 0 auto;
}
.login label {
	font-weight: normal;
	color: #fff;
}

  .login-btn {
	margin: 0 auto;
	display: block;
}