/**
 * WordPress Login
 *
 * Customizes the WordPress authentication screen for BRIDGE.
 */

.login h1 a {
	background-image: url("../img/bridge-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 100px;
	margin-bottom: 24px;
}
