/* Auto-extracted from templates/member_portal/create_portal_password.html */
body { font-family: system-ui, sans-serif; background: linear-gradient(135deg, #0f172a 0%, #145e38 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
    .card-auth { background: #fff; border-radius: 1rem; max-width: 440px; width: 100%; padding: 2rem; box-shadow: 0 25px 50px rgba(0,0,0,0.25); }
    .form-label { font-size: 0.875rem; font-weight: 500; }
    .form-control { border-radius: 0.5rem; }
    .btn-capk { background: #1a7a4a; color: #fff; border: none; border-radius: 0.5rem; padding: 0.75rem; width: 100%; font-weight: 600; }
    .btn-capk:hover { background: #145e38; color: #fff; }
    .alert-danger { font-size: 0.875rem; }
