.auth-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.auth-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.auth-container {
  width: 100%;
  max-width: 512px;
  padding: 50px;
}

.auth-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.auth-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.auth-link {
  color: var(--brand);
  font-weight: bold;
  text-decoration: none;
}