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