/**
 * Webzuiver WordPress Login
 * This file is used to style the WordPress login page
 * Used for the Webzuiver WordPress theme
 */

 .login h1 a {
	background-image: url('./images/webzuiver-logo.png');
	width: 100%;
  	background-size: contain;
  	max-width: 230px;
  	background-position: bottom center;
}