/* line 1, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("../../img/logo.png");
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 14px 49.5px 30px;
}

/* line 11, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("../../img/logo.png");
  background-repeat: no-repeat;
  padding-top: 75px;
  background-size: contain;
  background-position: 6px 0px;
}

/* line 19, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
