.login-body {
  min-height: 100vh;
  background: url("../img/login-bg.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.login-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 1rem;
}

.login-card {
  border: none;
  border-radius: 0.75rem;
}
