/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
    background-image: url("/img/logo.png");
    width: 0;
    height: 0;
    background-size: 105px 53px;
    background-repeat: no-repeat;
    padding: 28px 52px;
  }
  
  /* line 18, ../sass/theme/theme.scss */
  .loginPage .loginPanelContent .submitrow {
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    padding-top: 80px;
    /* background-position-x: -8px; */
    background-size: contain;

  }
  /* line 19, ../sass/theme/theme.scss */
  .loginPage .loginPanelContent .submitrow img.logo {
    display: none;
  }