.login-bg {
  background: #fff url("../images/bmira-secure-workspace.svg") no-repeat !important;
  background-size: min(1160px, 64vw) auto !important;
  background-position: left bottom !important;
  background-attachment: fixed !important;
}

@media (max-width: 991.98px) {
  .login-bg {
    background-size: 0 0 !important;
    background-position: left bottom !important;
  }
}
