.login-wrapper {
  min-height: 80vh;

  display: grid;
  place-content: center;
}

.errors {
  margin-top: 15px;
}

.error {
  color: var(--red);
  font-size: 1.2rem;
}

h1.mainTitle {
  text-align: center;
  font-size: 9rem;
  margin-bottom: 2rem;
}
