/* header image */
/* line 2, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 0px;
  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 
html {
	.logoArea{
		img.logo{
			background-image: url(/img/logo.jpg);
			width: 0;
			height: 0;
			background-size: contain;
			padding: 20px 50px;
			background-repeat:none;
		}
	}
}*/
/* line 37, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../../img/logo.jpg);
  width: 206px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px 60px;
}

/* line 48, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 50, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/Loginlogo.jpg");
  background-repeat: no-repeat;
 /* background-position: left center;*/
  padding-top: 45px;
}
/* line 52, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
