.portal-auth-container {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem;
  background: linear-gradient(135deg, var(--bg-body) 0%, rgba(19, 34, 56, 0.08) 100%);
}

.portal-auth-card {
  width: 100%;
  max-width: 480px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
}

.portal-auth-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.portal-auth-header h2 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}

.portal-auth-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.pass-wrapper {
  position: relative;
}

.toggle-pass-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.portal-auth-footer {
  text-align: center;
  margin-top: 2.2rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.portal-auth-footer a {
  color: var(--secondary);
  font-weight: 800;
}
