/* line 46, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/background.jpg);
}
/* line 48, ../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;
  background-size: 50%;
  padding-top: 61px;
  z-index: -1;
}
/* line 50, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 67, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 29px 69px;
}

/* line 78, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 83, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 89, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #1974bc !important;
}
