/* ------------------------------------------------------------ *\
	Login Style
\* ------------------------------------------------------------ */

.login {
	background: linear-gradient(#005a96, #008fb4);
}

.login:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../resources/images/related-bg.png) no-repeat bottom right/cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.login h1 a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	width: 250px;
	height: 185px;
	background: url(../resources/images/logo.png) no-repeat center center/contain;
	margin: 0;
}

.login.wp-core-ui .button-primary,
.login.wp-core-ui .button-primary:focus {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	box-shadow: none;
	text-shadow: none;
	transform: none;
	background: #008fb4;
	transition: background .4s;
}

.login.wp-core-ui .button-primary:hover {
	background: #646464;
}

.login #backtoblog a,
.login #nav a {
	color: #fff;
	transition: color .4s;
}

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

.login .privacy-policy-link {
	color: #ccc;
}
