/* line 2, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 4, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/login_logo.png");
  background-repeat: no-repeat;
  padding-top: 40px;
}
/* line 6, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 21, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding-right: 150px;
  padding-bottom: 50px;
  padding-left: 40px;
}

/* line 35, ../sass/theme/theme.scss */
.postBoardWidget h2 span:first-child {
  display: none;
}
