/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.gif);
  height: 0;
  background-size: 198px;
  background-position-x: -4px;
  background-repeat: no-repeat;
  padding: 11px 96px;
}

/* line 16, ../sass/theme/theme.scss */
.crmHome .sharedBar .logoArea {
  border-right-width: 1px;
  border-right-style: solid;
}

/* line 25, ../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: 89px;
  background-position: 20%;
  background-size: 114px;
  z-index: -1;
}
/* line 27, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 42, ../sass/theme/theme.scss */
.loginPage {
  background-image: url(/img/X4-Background.png) !important;
  background-size: contain;
  background-position: center;
}
