.login h1 a {
	background-image: url("/wp-content/themes/hv-framework/images/hv-login-logo.png");
	background-size: 320px !important;
	height: 160px;
	width: 100% !important;
}

body.login {
	background-image: url("/wp-content/themes/hv-framework/images/hv-login-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.login #backtoblog, .login #nav {
	font-size: 16px;
	padding: 0 24px;
	text-align: center;
	font-weight: 600;
}

.login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 30px;
	background: rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px rgba(0,0,0,.20);
}

.login label {
	color: #fff;
	font-size: 16px;
}

#login .button-primary {
	background: #b40000;
	border-color: #000;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	border-radius: 0;
	font-size: 16px;
}

#login .button.button-large {
	height: 40px;
	line-height: 28px;
	width: 100%;
	margin-top: 10px;
}

#login {
	width: 320px;
	padding: 3% 0 0;
	margin: auto;
}