.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

main > section {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.signup-link {
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
.signup-link:hover {
  text-decoration: underline;
}

.forget-password-link {
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
}
.forget-password-link:hover {
  text-decoration: underline;
}

.terms-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.terms-link:hover {
  text-decoration: underline;
}/*# sourceMappingURL=login.css.map */