body {
  padding-top: 0;
  padding-bottom: 0;
  background:
    radial-gradient(circle at top, rgba(55, 114, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
  color: #213547;
}

.carousel {
  margin-bottom: 0;
}

.carousel-item {
  min-height: 36rem;
}

.slide-shell {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.slide-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(6, 18, 38, 0.78), rgba(16, 61, 122, 0.42));
}

.slide-one {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(135deg, rgba(29, 78, 216, 0.9), rgba(15, 23, 42, 0.96));
}

.slide-two {
  background-image:
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(3, 105, 161, 0.86), rgba(30, 41, 59, 0.94));
}

.slide-three {
  background-image:
    radial-gradient(circle at 70% 15%, rgba(255, 255, 255, 0.12), transparent 16%),
    linear-gradient(135deg, rgba(15, 118, 110, 0.88), rgba(17, 24, 39, 0.95));
}

.carousel-caption {
  z-index: 2;
  bottom: 5rem;
}

.hero-copy {
  max-width: 38rem;
}

.login-wrap {
  margin-top: -8rem;
  position: relative;
  z-index: 5;
}

.login-card {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.16);
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4f46e5;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-size: 1.25rem;
}

.status-alert {
  border-radius: 1rem;
}

@media (max-width: 991.98px) {
  .login-wrap {
    margin-top: -4rem;
  }

  .carousel-item {
    min-height: 30rem;
  }
}
