
/* Stylish login card for PGMU */
.pgmui-login-wrap { display:flex; justify-content:center; padding:40px 12px; }
.pgm-login-card { width:420px; background:linear-gradient(180deg,#ffffff,#fbfdff); border-radius:14px; box-shadow:0 20px 50px rgba(8,24,63,0.08); padding:22px; border:1px solid rgba(11,94,215,0.06); }
.pgm-login-brand { text-align:center; margin-bottom:12px; }
.pgm-login-logo { width:72px; height:72px; border-radius:12px; object-fit:cover; margin-bottom:8px; }
.pgm-login-card h2 { margin:0; font-size:20px; color:#0b5ed7; font-weight:800; }
.pgm-login-card .muted { color:#6b7280; font-size:13px; margin-top:6px; }

/* banner */
.pgm-login-banner { background:#fff6f6; border-left:4px solid #ff6b6b; padding:10px; border-radius:8px; color:#6b1720; margin-bottom:12px; font-weight:700; text-align:center; }

/* style the default WP login form inside our card */
#pgmu-styled-login-form { display:block; }
#pgmu-styled-login-form p { margin:10px 0; }
#pgmu-styled-login-form label { display:block; font-weight:700; margin-bottom:6px; color:#07315a; }
#pgmu-styled-login-form input[type="text"], #pgmu-styled-login-form input[type="password"] { width:100%; padding:12px 14px; border-radius:10px; border:1px solid rgba(11,94,215,0.08); background:#fff; box-shadow:inset 0 1px 0 rgba(255,255,255,0.6); }
#pgmu-styled-login-form .login-remember { display:flex; align-items:center; gap:8px; margin-top:8px; }
#pgmu-styled-login-form .button { display:inline-block; padding:10px 16px; border-radius:10px; border:none; background:linear-gradient(90deg,#6a11cb,#2575fc); color:#fff; font-weight:800; cursor:pointer; }

/* help link */
.pgm-login-help { text-align:center; margin-top:12px; }
.pgm-login-help a { color:#0b5ed7; font-weight:700; }

/* responsive */
@media(max-width:480px){ .pgm-login-card{ width:92%; padding:16px } .pgm-login-logo{ width:56px;height:56px } }
