/* line 3, ../sass/theme/theme.scss */
.loginPage {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/bg.jpg") !important;
}
/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/lake.png");
  background-repeat: no-repeat;
  padding-top: 80px;
  background-size: 36%;
  background-position-x: 24px;
}
/* line 7, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
/* line 18, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.3 !important;
}

/* line 28, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/lake-hz.png");
  width: 140px;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 29px;
  margin-left: -6 !important;
}
