/* line 2, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/background.jpg);
}
/* line 4, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/login.png");
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 60px;
}
/* line 6, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 21, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 24px 50px;
}