
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("https://portal.gfcfast.co.nz/wp-content/uploads/2023/06/Background-Image-2.jpg") center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

#login h1 a {
	background: url("https://portal.gfcfast.co.nz/wp-content/uploads/2023/06/logo_GFC-REV-login.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: auto;
	margin: 0 auto;
}

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

.login .button-primary {
	float: none;
	width: 100%;
	margin-top: 1rem;
	background-color:#00b74f;
	color:#ffffff;
	border-color:#00b74f;
}

.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:#00b74f;
	border-color:#00b74f;
	color:#ffffff;
}

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

#login #nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}