/* line 2, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/background.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 10, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  height: 0;
  background-size: 137px;
  background-repeat: no-repeat;
  padding: 30px 69px;
  background-position-y: 5px;
}

/* line 25, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 66px;
  background-position: 5px 5px;
  background-size: 282px;
  z-index: -1;
}
/* line 27, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
