/* header image */
/* line 2, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

/* line 11, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url(/img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

/* logos */
/* line 26, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo1.png);
  width: 0;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 60px;
}

/* line 37, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 39, ../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: 55px;
}
/* line 41, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
