/* line 1, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/CGP89-min.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* 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: 75px;
  background-position-x: 5px;
}
/* line 5, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 25, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: 75%;
  padding: 30px 75px;
  background-position-x: 20px;
}
