/**
 * Layout: Login Page
 */
body.login {
	background: url('/wp-content/uploads/2017/05/login-bg.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 0;
}

body .login #login {
	position: relative;
	z-index: 1;
}

body.login form {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .7);
}

body.login h1 {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .7);
	margin-bottom: 20px;
	padding: 30px 10px;
}

body.login h1 a {
	background: url('/wp-content/uploads/2017/04/logo.png') no-repeat top center;
	width: 80%;
	height: 70px;
	margin-bottom: 0;
}

body.login #nav a,
body.login #backtoblog a {
	color: #fff;
}