/* line 3, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*.btn {
  	margin-bottom: 40px;
  }*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: 50%;
  background-position-x: 7px;
}
/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 24, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/Chesapeake-logo.png");
  width: 140px;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 28px;
  margin-left: 5px !important;
}

/* line 39, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.4 !important;
}

/* line 43, ../sass/theme/theme.scss */
.logoArea.area.pull-left {
  padding: 0px 0px 0px 20px;
}
/* line 46, ../sass/theme/theme.scss */
.logoArea.area.pull-left .clickable {
  width: 181px !important;
}

/* line 51, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/backgroundimage.jpg") !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
}
