/* Change Width and Height of Logo Image + Add Custom Image File */
body.login{
  background: #3075B6;
}

.login h1 a {
  background-image: url(../img/white-bhs-logo.svg);
  width: 170px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}