/* logos */
/* line 5, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 28px 113px;
}

/* line 15, ../sass/theme/theme.scss */
.loginPage {
  background-image: url(/img/Bethesda-Row-credit-Victoria-Pickering.jpg) !important;
}
/* line 17, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url(/img/logo.png);
  background-repeat: no-repeat;
  padding-top: 25px;
}
/* line 18, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
