@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 49, ../sass/theme/theme.scss */
div.offerTopNote {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em;
}
