/* line 1, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/background.jpg);
}
/* line 3, ../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/logo.png");
  background-repeat: no-repeat;
  background-size: 45%;
  padding-top: 85px;
  background-position-x: 5px;
  margin: 0px;
}
/* line 5, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 22, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 49px;
  background-position-x: 5px;
}
