body.login {
	background-color: #2d3a41;
	background-repeat: no-repeat;
	background-attachment: cover;
	background-position: center;
}

#login h1 a {
	background-image: url('https://cdn.onerabbit.net/1r/or-managed-wp-logo.png');
	background-size: contain;
	min-height: 94px;
	width: 100%;
}

#login p#backtoblog {
	display: none;
}

#login p#nav {
	text-align: center;
}

#login p#nav a {
	color: #79878e;
}

#login p#nav a:hover {
	color: #8f9ca0;
}

input#wp-submit {
	background: #79878e;
	border-color: #717e86 #6a767e #6a767e;
	box-shadow: 0 1px 0 #6a767e;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #6a767e, 1px 0 1px #6a767e, 0 1px 1px #6a767e, -1px 0 1px #6a767e;
}

input#wp-submit:hover {
	background: #7d8b92;
	border-color: #6a767e;
}

input#wp-submit:active {
	box-shadow: none;
}

input[type=checkbox]:checked:before {
	color: #78878d;
}

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 {
    border-color: #78878d;
    box-shadow: 0 0 2px rgba(120, 135, 141, 0.8);
}