/* line 44, ../sass/theme/theme.scss */
body.loginPage {
  padding-top: 58px;
  background-image: url(/img/background.jpg);
}
/* line 46, ../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/logo.png");
  background-repeat: no-repeat;
  padding-top: 60px;
  background-size: 316px;
  z-index: -1;
}
/* line 49, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 69, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: 390px;
  padding: 53px 361px 0px 0px;
  background-position-x: -15px;
  background-position-y: -13px;
  background-repeat: no-repeat;
}

/* line 82, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 87, ../sass/theme/theme.scss */
.itemDetail section,
.itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle,
.itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 100, ../sass/theme/theme.scss */
.itemDetail section.sectionActive,
.itemDetail section.sectionActive {
  border-color: #1974bc !important;
}
