/* Change background color and font family */
body {
    background: #121212 !important;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  }
   
  /* Change Width and Height of Logo Image + Add Custom Image File */
  .login h1 a {
    background-image: url(logo.png);
    width: 250px;
    height: 188px;
    background-size: 250px 188px;
  }

  #loginform {
    background: #2c2c2c;
  }
   
  /* Add a few changes to the color and style of form itself */
  .login label {
    color: #f0f0f0;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
  }
   
  .login form .input {
    font-weight: normal;
  }
   
  .login #backtoblog a, .login #nav a {
    color: #04a9ff;
  }
   
  .wp-core-ui .button-primary {
    background: #04a9ff;
  }