html,body.pemda-auth-body{min-height:100%;margin:0;background:#fff}.pemda-auth-shell{min-height:100vh}.pemda-auth-shell .auth-left,.pemda-auth-shell .auth-right{min-height:100vh}.pemda-auth-art-wrap{padding:40px}.pemda-auth-art{display:block;max-width:min(82%,720px);max-height:82vh;width:auto;height:auto;object-fit:contain}.pemda-auth-logo-link{display:inline-flex;align-items:center;max-width:290px}.pemda-auth-logo{display:block;max-width:290px;max-height:70px;width:auto;height:auto;object-fit:contain}.pemda-auth-form-wrap h4{font-size:40px;line-height:1.15}.pemda-auth-toggle-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#6b7280;font-size:20px;line-height:1;padding:4px;cursor:pointer;z-index:4}.pemda-auth-alert{display:flex;gap:10px;align-items:flex-start;border-radius:12px;padding:13px 15px;margin-bottom:20px;font-size:14px}.pemda-auth-alert p{margin:0}.pemda-auth-alert-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.pemda-auth-alert-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.pemda-auth-alert i{font-size:19px}.pemda-auth-shell .form-control{padding-right:44px}.pemda-auth-shell .icon-field .form-control{padding-left:44px}.pemda-auth-shell .auth-left{background:#f5f7ff}.pemda-auth-shell.forgot-password-page .auth-left{background:#fff8ff}@media(max-width:991.98px){.pemda-auth-shell .auth-right{width:100%;min-height:100vh;padding:32px 22px!important}.pemda-auth-form-wrap h4{font-size:32px}.pemda-auth-logo{max-width:220px;max-height:60px}}@media(max-width:575.98px){.pemda-auth-form-wrap h4{font-size:28px}.pemda-auth-logo-link{margin-bottom:28px!important}}

/* v1.0.186 — Security CAPTCHA */
.pemda-security-captcha{margin-top:20px}
.pemda-security-captcha-built-in{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fafbfc}
.pemda-captcha-question{min-width:92px;height:56px;border-radius:12px;background:#eef4ff;color:#2456c7;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800}
.pemda-security-captcha .g-recaptcha{max-width:100%;overflow:hidden}
@media(max-width:420px){.pemda-security-captcha .g-recaptcha{transform:scale(.88);transform-origin:left top;margin-bottom:-8px}}

/* v1.0.1 — Identitas & Tampilan color inheritance on standalone auth screens. */
.pemda-auth-shell .btn-primary-600,
.pemda-auth-shell button.btn-primary-600{
  background:var(--pemda-green)!important;
  border-color:var(--pemda-green)!important;
}
.pemda-auth-shell .btn-primary-600:hover,
.pemda-auth-shell button.btn-primary-600:hover{
  background:var(--pemda-green-dark)!important;
  border-color:var(--pemda-green-dark)!important;
}
.pemda-auth-shell .text-primary-600,
.pemda-auth-shell a.text-primary-600,
.pemda-auth-shell .form-check-input:checked + label,
.pemda-auth-shell .form-check-label a{
  color:var(--pemda-green)!important;
}
.pemda-auth-shell .form-check-input:checked{
  background-color:var(--pemda-green)!important;
  border-color:var(--pemda-green)!important;
}
.pemda-auth-shell .form-control:focus{
  border-color:var(--pemda-green)!important;
  box-shadow:0 0 0 3px rgba(var(--pemda-green-rgb),.12)!important;
}
