.login {
  background: #222;
  padding: 30px;
  border-radius: 12px;
  min-width: 500px;
  margin: 50px auto;
  color: #fff;
  font-size: 18px;
}
.login h2 {
  text-align: center;
  margin-bottom: 20px;
}

.login input,
.login textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #555;
  background: #333;
  color: #fff;
}

.login button {
  display: block; /* makes the button take full line */
  margin: 0 auto;
}

.reg-reset-links {
  display: flex;
  justify-content: space-between;
}

.forgot-password-link {
  color: gray;
  font-size: 0.9em;
}

.registration-link {
  color: var(--enterprise-color);
  font-size: 1.1em;
}
