.page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(farthest-corner at 100% 90%, #F9B35B 5%, #8AD397 15%, #02313E 60%);

}


li:first-child {
  margin-bottom: var(--space-sm);
}


.text-error {
  max-width: 250px;
  margin-bottom: 15px;
  border-radius: var(--border-radius) var(--border-radius) var(--border-radius) 0;
  font-size: 0.8rem;
  line-height: 1;
  padding: var(--space-sm);
}