*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f6f7fb;color:#151922;display:flex;align-items:center;justify-content:center}.prof-login-wrap{width:100%;padding:24px}.prof-login-card{width:100%;max-width:440px;margin:auto;background:#fff;border:1px solid #e2e6ef;border-radius:20px;padding:24px;box-shadow:0 18px 42px rgba(15,23,42,.08)}.brand{font-weight:900;color:#ff6600;margin-bottom:10px}.prof-login-card h1{margin:0 0 8px;font-size:27px}.prof-login-card p{margin:0 0 18px;color:#5b6472;line-height:1.42}label{display:flex;flex-direction:column;gap:6px;font-weight:800;margin-bottom:12px;color:#303746}input{width:100%;border:1px solid #cfd6e3;border-radius:12px;padding:13px;font:inherit;background:#fff}.btn{width:100%;border:0;border-radius:12px;padding:13px 16px;font-weight:900;cursor:pointer;background:#e8edf7;color:#162036}.btn.primary{background:#162036;color:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.msg{min-height:22px;margin-top:12px;font-weight:800}.msg.erro{color:#b42318}.msg.ok{color:#067647}.hint{display:block;margin-top:14px;color:#667085;line-height:1.35}@media(max-width:480px){.prof-login-wrap{padding:12px}.prof-login-card{padding:20px;border-radius:18px}}

/* Contraste isolado: impede o tema global de aplicar texto branco no cartao claro. */
body .prof-login-card{
  background:#f8fafb!important;
  border-color:#9eb9c1!important;
  border-radius:8px!important;
  color:#102b35!important;
  text-shadow:none!important;
}
body .prof-login-card .brand{color:#07899a!important}
body .prof-login-card h1{
  color:#102b35!important;
  opacity:1!important;
  text-shadow:none!important;
}
body .prof-login-card p,
body .prof-login-card label,
body .prof-login-card .hint,
body .prof-login-card .hint strong{
  color:#3e5a64!important;
  opacity:1!important;
  text-shadow:none!important;
}
body .prof-login-card input{
  background:#fff!important;
  border:1px solid #527985!important;
  border-radius:4px!important;
  color:#102b35!important;
  opacity:1!important;
  text-shadow:none!important;
}
body .prof-login-card input::placeholder{color:#607984!important;opacity:1!important}
body .prof-login-card .btn.primary{
  background:#1caabd!important;
  border:1px solid #40c2d0!important;
  border-radius:3px!important;
  color:#fff!important;
}
body .prof-login-card .msg.erro{color:#b42318!important}
body .prof-login-card .msg.ok{color:#067647!important}
