.login-card {
  max-width: 640px;
  margin: 10% auto 0 auto;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 25px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.help {
  margin-top: 6px;
  color: #555;
  font-size: 0.9em;
}

.actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.actions .forgot {
  font-size: 0.95em;
  text-decoration: none;
}
