
/* line 111, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 15px !important;
  background-image: url("/img/logo.png");
  background-size: 160px 75px;
  background-repeat: no-repeat;
  padding-top: 35px;
}

.loginPage {
  background-image: url("/img/background.jpg") !important;
}

/* line 112, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 128, ../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: 30px 50px;
}
