.login-pf body {
  background: url(../img/conservis-login-blue-contour-lines.png) no-repeat center center fixed;
  background-size: cover;
  background-color: rgb(0, 163, 225);
  height: 100%;
}

div.kc-logo-text {
  background-image: url(../img/conservis-login-logo.png);
  background-repeat: no-repeat;
  height: 170px;
  width: 300px;
  margin: 0 auto;
}

.conservisWhiteHorizontalLogo {
  background-image: url(../img/conservis_white_horizontal_logo.png);
  background-repeat: no-repeat;
  height: 170px;
  width: 300px;
  background-position: center;
  background-size: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
