.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container > div {
  max-width: 90%;
}

.img-container {
  text-align: center;
}

.icon {
  width: 50vw;
  min-width: 200px;
  max-width: 600px;
}

.text {
  text-align: center;
  font-size: 1.5rem;
}

.error {
  color: #ff6584;
  font-weight: 500;
}

.success {
  color: #6c63ff;
  font-weight: 500;
}
