
	body:after{
		  content:"";
		  position:fixed; /* stretch a fixed position to the whole screen */
		  top:0;
		  height:100vh; /* fix for mobile browser address bar appearing disappearing */
		  left:0;
		  right:0;
		  z-index:-1; /* needed to keep in the background */
		  background: url("/wp-content/uploads/2022/07/Weka-Login-Background.jpg") center center;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}

	#login h1 a {
		background: url("/wp-content/uploads/2022/07/Weka-Online-Logo-REV.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		width: auto;
		margin: 0 auto;
	}

	.login form {
		border-radius: 5px;
		border: none;
	}

	.login .button-primary {
		float: none;
		width: 100%;
		margin-top: 1rem;
		background-color:#1176bb;
		color:#ffffff;
		border-color:#1176bb;
	}
	
	.wp-core-ui .button-primary.focus,
	.wp-core-ui .button-primary.hover,
	.wp-core-ui .button-primary:focus,
	.wp-core-ui .button-primary:hover {
		background:#1176bb;
		border-color:#1176bb;
		color:#ffffff;
	}

	.login #nav a,a {
		color: #ffffff;
	}

	.login #nav {
		text-align: center;
	}