body {
	background-color: #d1e5ef;
}
.login-form {
	padding: 70px;
	background-color: #fff;
}
.login-form .form-group {
	margin-bottom: 10px;
}
.login-form label {
	font-weight:600;
}
.login-form button {
	background: #50526e;
	color: #fff;
	margin-top: 30px;
	width: 100%;
	font-weight: 600;
}
.form-control.login {
	margin-bottom: 10px;
}
.forgot-password-link {
	text-decoration: none;
	font-weight: 500;
}