.reset-shell {
  min-height: calc(100vh - 78px);
  display: grid;
  place-items: center;
  padding: 50px 24px;
  background: linear-gradient(
    135deg,
    rgba(245, 153, 198, 0.35),
    rgba(255, 234, 136, 0.3),
    rgba(125, 204, 173, 0.2)
  );
}
.reset-card {
  width: min(480px, 100%);
  padding: 42px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 75px rgba(77, 103, 135, 0.15);
}
.reset-card h1 {
  font-size: 34px;
}
.reset-card > p {
  color: var(--muted);
}
.reset-card > a {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 700;
}
