/* Change background color and font family */
body {
  background: rgb(33,33,33);
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url('https://surveys.specialistkitchenremovals.co.uk/wp-content/uploads/skr-graphics/skr-logo-reversed.svg');
  width: 200px;
  height: 122px;
  background-size: 200px 122px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #222222;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #eee;
}
.login #backtoblog a:hover, .login #nav a:hover {
  color: #444;
}
 
.wp-core-ui .button-primary {
	background: #e0bf59;
	box-shadow: 0 1px 0 #e0bf59;
	border-color: #e0bf59 #e0bf59 #e0bf59;
	text-shadow: 0 -1px 1px #222222,1px 0 1px #222222,0 1px 1px #222222,-1px 0 1px #222222;
}
.wp-core-ui .button-primary:hover {
	background: #444;
	box-shadow: 0 1px 0 #444;
	border-color: #444 #444 #444;
	text-shadow: 0 -1px 1px #444,1px 0 1px #444,0 1px 1px #444,-1px 0 1px #444;
}