body {
  background-image: var(--login_title_image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.card-glass {
  background-color: rgba(255, 255, 255, 0.75);
}
.form-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
