/* Change background color and font family */
body {
  background: #0820ce;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {

}
 
/* Add a few changes to the color and style of form itself */
.login label {  
  display: block;
  margin-bottom: 1em;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: white;
} 
	.login #backtoblog a:hover, .login #nav a:hover {
		color: #eee;
	}

.login #nav {
	text-align: center;
}	

.wp-core-ui .button-primary {
  background: #0820ce;
}

.login #backtoblog { 
	display: none; 
}