
	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://runsmartb2b.com.au/wp-content/uploads/2022/07/Background-Image.jpg") center center;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}

	#login h1 a {
		background: url("");
		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:#878a6b;
		color:#ffffff;
		border-color:#878a6b;
	}
	
	.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:#878a6b;
		border-color:#878a6b;
		color:#ffffff;
	}

	.login #nav a,a {
		color: #ffffff;
	}