/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo.png);
  width: 300px;
  height: 75px;
  background-size: 300px 75px;
}
