body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  letter-spacing: 0.02em;
  color: #525252;
  display: flex;
  flex-direction: column;
  background: url(/assets/qbs_ultra_lube/images/login-bg.jpg) no-repeat center center fixed !important;
  background-size: cover !important;
  background-position: center !important;
}

.btn.btn-primary {
    background-color: rgb(46,49,142) !important;
    color: var(--neutral);
    --icon-stroke: currentColor;
    --icon-fill-bg: var(--btn-primary);
    white-space: nowrap;
}