#login h1 a,
.login h1 a {
	background-color: #fff;
	mask-image: var(--pookatheme--logo-url);
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: contain;
	/* background-image: var(--pookatheme--logo-url); */
	/* background-size: contain; */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	height: 300px;
	width: 300px;
	padding-bottom: 15px;
}

h1.wp-login-logo {
  background: #000;
}
