.interim-login.login h1 a,
body.login h1 a {
	background: url(img/logo.png) no-repeat center center/100% auto;
	width: 198px;
	height: 43px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
}

.login #login_error, .login .message {
	border-left: 4px solid #c33632;
}

.login #backtoblog a, .login #nav a, .login a {
	color: #c33632;
	outline: 0 none;
	box-shadow: none;
	-webkit-transition: .3s ease-in-out all;
  	transition: .3s ease-in-out all;
}
.login #backtoblog a:hover, .login #nav a:hover, .login a:hover {
	color: #000;
}
.login .button-primary {
	background-color: #c33632;
	border: solid 2px #c33632;
	padding: 10px 20px 10px 20px !important;
	height: auto !important;
	line-height: 1 !important;
	box-shadow: none;
	text-shadow: 0 0 0;
	font-size: 14px;
	font-weight: 500;
	outline: 0 none;
	color: #fff;
	display: block !important;
	border-radius: 0;
	-webkit-transition: .3s ease-in-out all;
  	transition: .3s ease-in-out all;
	text-transform: uppercase;
}
.login input {
	outline: 0 none !important;
	box-shadow: none !important;
	border-radius: 0;
}
.login .button-primary:hover,
.login .button-primary:focus,
.login .button-primary.active {
	background-color: #000;
	border-color: #000;
	color: #fff;
}