

/* Change Width of Logo Image + Add Custom Image File */
.login h1 a {
    background-size: 284px;
    width: 284px;
    background-image: url(logo.png);
    
}

/* Change background color */

body {
    background: #000000;
    
    
}


/* Add a few changes to the color and style of form itself */
.login label {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
 .login form {
    border-radius: 3px;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #ffffff;
}
 