/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 15px !important;
  background-image: url("/img/logo.png");
  background-size: 250px;
  background-repeat: no-repeat;
  padding-top: 5px;
}
/* line 6, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
/* line 16, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.35 !important;
  background-color: #000000 !important;
}

/* line 26, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  background-position: center;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 80px;
}
