@import url(/css/font-awesome.min.css);
/* line 5, ../sass/theme/theme.scss */
.logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  /* this hides the simpleview logo */
  height: 0;
  /* this hides the simpleview logo */
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px 86px;
  /* <-- change this */
}

/* line 17, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../../img/orlando.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}
/* line 19, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/logo.png");
  background-repeat: no-repeat;
  padding-top: 11px;
  background-size: 58%;
  background-position-x: -1px;
}
/* line 21, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 38, ../sass/theme/theme.scss */
div.userArea > div.inner > span.appname {
  visibility: hidden;
  position: relative;
}

/* line 42, ../sass/theme/theme.scss */
div.userArea > div.inner > span.appname:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

/* line 51, ../sass/theme/theme.scss */
.postBoardWidget h2 {
  padding: 12px 16px;
  line-height: normal;
}
/* line 56, ../sass/theme/theme.scss */
.postBoardWidget .postBoardWidget-title {
  display: block;
  line-height: 1.2;
  padding-right: 50px;
}
/* line 62, ../sass/theme/theme.scss */
.postBoardWidget .postBoardWidget-description {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 6px;
  padding-right: 50px;
}
