:root{--ok:#16a34a;--bad:#dc2626;--muted:#64748b;--bar-bg:#e5e7eb}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;background:#fff;color:#0f172a;margin-top:10px}.form_input{display:block;margin-bottom:18px}.input-wrap{position:relative}.input-wrap input{width:100%;padding:12px 40px 12px 14px;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;outline:0}.input-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.toggle-pass{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:16px;color:black;border-radius:4px;width:10px}.reqiresing{color:#ef4444;font-weight:600}.errors{margin-top:8px;color:var(--bad);font-size:13px;min-height:18px}.rules{margin:10px 0 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.45}.rules li{margin:3px 0;list-style:disc}.rules li.ok{color:var(--ok)}.rules li.bad{color:var(--bad)}.strength-wrap{margin-top:10px}.strength-bar{height:8px;background:var(--bar-bg);border-radius:999px;overflow:hidden;position:relative}.strength-bar::after{content:"";display:block;height:100%;width:0%;background:linear-gradient(90deg,#f59e0b,#10b981,#16a34a);transition:width .2s ease}.strength-text{font-size:12px;margin-top:6px;color:#334155}.btn-primary{padding:12px 16px;border-radius:10px;border:0;background:#111827;color:#fff;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed}button.toggle-pass{background:none;color:black;align-items:center;margin-top:0}
