.login h1 a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-backface-visibility: hidden;
}

html body {
	background-color: #fff;
}

.login form {
	box-shadow: none;
	padding: 0;
}

.login #backtoblog,
.login #nav {
	padding: 0;
}

.login label {
	color: #000;
	font-size: 14px;
}

.wp-core-ui .button.button-large {
	background: transparent;
	border: 1px solid #B68A34;
	;
	box-shadow: none;
	border-radius: 0;
	color: #B68A34;
	text-shadow: none;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.wp-core-ui .button.button-large:hover,
.wp-core-ui .button.button-large:focus {
	background: #B68A34;
	color: #fff;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
	color: #4a4a4a;
}

.login input[type=text],
.login input[type=password],
.login input[type=email] {
	background: #F8F5EF;
	border: 1px solid #F8F5EF;
	box-shadow: none;
	color: #4a4a4a;
	font-size: 14px;
	height: 40px;
}

.login input[type=text]:hover,
.login input[type=text]:focus,
.login input[type=password]:hover,
.login input[type=password]:focus,
.login input[type=email]:focus,
.login input[type=password]:hover {
	box-shadow: none;
}

.login form input[type=checkbox] {
	background: #fff;
	color: #000;
}

.login #backtoblog a,
.login #nav a {
	color: #000;
}

.login #backtoblog a:hover,
.login #nav a:hover {
	color: #B68A34;
}

.login form .forgetmenot label {
	font-size: 14px;
}

.login h1 a {
	background-image: url(../img/logo.svg);
	-webkit-background-size: 314px 108.69px;
	background-size: 314px 108.69px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 108.69px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 314px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 2px #fff;
}

.login form {
	background: transparent;
	padding: 20px 0 40px;
}

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