/* Change Width and Height of Logo Image + Add Custom Image File */
.login .wp-login-logo a {
  background-image: url(../img/blue-bhs-logo.svg);
  width: 150px;
  height: 150px;
  background-size: cover;
}