/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  height: 0;
  background-size: 135px;
  background-repeat: no-repeat;
  padding: 30px 69px;
  /* background-position-x: -25px; */
  background-position-y: 2px;
}

/* 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: 85px;
  background-position: -16px;
  background-size: 296px;
}
/* line 22, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
