/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 15px !important;
  background-image: url("/img/logo.png");
  background-size: 220px;
  background-repeat: no-repeat;
  padding-top: 70px;
}
/* line 6, ../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/logo.png");
  background-position: center;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 60px;
}

/* line 30, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/Crape-Myrtle-Park-from-hill.jpg") !important;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
}
