.loginPage .loginPanelContent .submitrow {
    margin-left: 15px !important;
    background-image: url("/img/logox4.png");
    background-size: 275px;
    background-repeat: no-repeat;
    background-position-x: 2px;
    padding-top: 63px;
    z-index: -1;
  }

  .loginPage .loginPanelContent .submitrow img.logo {
    display: none;
  }

  .loginPage {
    background-image: url("/img/backgroundX4.jpg") !important;
    background-position: bottom !important;
    background-size: cover;
  }

  /* line 126, ../sass/theme/theme.scss */
html .logoArea img.logo {
    background-image: url("/img/logox4.png");
    background-position: center;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 28px 65px;
  }
  
  /* line 138, ../sass/theme/theme.scss */
  .crmHome .sharedBar .logoArea {
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0px 5px;
  }