/* line 6, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 5px !important;
  background-image: url("/img/extlogo.png");
  background-size: 240px 76px;
  background-repeat: no-repeat;
  padding-top: 38px;
}
/* line 7, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 22, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/intlogo.png");
  background-position: center;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 66px;
  margin-left: -3px;
}

/* line 35, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/bg.jpg") !important;
  background-position: bottom !important;
  background-size: cover;
}

/* line 41, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.4 !important;
}
