body.login h1 a {
  background-image: url("img/logo.png");
  background-size: 100% auto;
  width: 333px;
	height: 202px;
	position: relative;
}

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

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