/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../../img/logo.png);
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 49px;
  transform: scale(1.4);
  background-position: center;
}

/* line 15, ../sass/theme/theme.scss */
#header_theme_image {
  min-height: 0px;
  max-height: 0px;
  display: none;
}

/* line 24, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/loginLogo.png");
  background-repeat: no-repeat;
  padding-top: 120px;
  background-size: contain;
  background-position: 10px 50px;
}
/* line 26, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 39, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.1 !important;
  background-color: #000000 !important;
}
