/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  height: 0;
  background-size: 91px;
  background-repeat: no-repeat;
  padding: 30px 50px;
  background-position-x: 5px;
  background-position-y: 1px;
}

/* line 20, ../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: 99px;
  background-position: 36px -1px;
  background-size: 211px;
}
/* line 22, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
