html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 38px 65px;
}
.loginPage {
  background-image: url("/img/Extranet_Background.JPG") !important;
  background-repeat: no-repeat !important;
}
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
  padding-top: 65px;
}
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
.crmHome .sharedBar {
  height: 80px;
}
.crmHome .leftNav {
  top: 80px;
}
