<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('https://wotfa.org/wp-content/uploads/2018/07/WOTFA.png');
  -webkit-background-size: contain;
  background-size: contain;
  height: 148px;
  width: 200px;
}




body.login:after {
	background-color: ;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
</pre></body></html>