/**
 * Login page styles (wp-login.php).
 * Replaces the WordPress logo with the text "Alchemer Exporter" (set via login_headertext filter).
 * Remove the logo image and show the link text in its place.
 */
.login h1 a {
	background: none !important;
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	padding: 0.5em 0 !important;
}

/* Hide the footer "Go to ..." link entirely. */
#backtoblog {
	display: none !important;
}
