/**
 * EdFuel branding for wp-login.php.
 *
 * Logo asset is injected via inline CSS in inc/login-branding.php.
 */

body.login {
	/* Match the bundled logo's black background. */
	background-color: #000000;
}

#login h1 a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

	/* Wide logo (~650x222); keep full wordmark + tagline visible. */
	width: 320px;
	height: 109px;
	margin: 0 auto 24px;
}

#login h1 a:focus {
	box-shadow: 0 0 0 2px #4185c6;
}

.login form {
	border-radius: 8px;
}

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

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

.login .privacy-policy-page-link a {
	color: #a0a0a0;
}

.login .privacy-policy-page-link a:hover,
.login .privacy-policy-page-link a:focus {
	color: #4185c6;
}
