/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: 80%;
  padding: 25px 70px;
  background-repeat: no-repeat;
}

/* line 18, ../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: 50px;
  background-size: contain;
  background-position: 5px 0px;
}
/* line 20, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
