.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-shell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-card {
  backdrop-filter: blur(6px);
}
