.pagina_login { display: grid; min-height: 100vh; place-items: center; padding: 36px 20px; background: #eef3f9; }
.pagina_login .topo-decorativo { display: none; }
.login_layout { position: relative; width: min(100%, 455px); min-height: 635px; margin: 0; padding: 0; display: block; overflow: hidden; background: var(--branco); border: 1px solid #dce3ed; border-radius: 14px; box-shadow: 0 18px 50px rgba(16, 35, 75, .08); }
.login_layout::before { content: ""; position: absolute; top: 0; right: 0; left: 0; z-index: 2; height: 7px; background: linear-gradient(90deg, #07047b, #16317e 45%, var(--dourado)); }
.login_painel { min-height: 635px; padding: 38px 45px 42px; display: flex; flex-direction: column; justify-content: center; }
.login_titulo_oculto { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.login_logo_wrap { height: 220px; display: grid; place-items: center; }
.login_logo_wrap img { width: 205px; height: 190px; object-fit: contain; filter: drop-shadow(0 7px 15px rgba(7, 22, 82, .08)); }
.login_formulario { margin-top: 10px; display: grid; gap: 27px; }
.login_campo { display: grid; gap: 10px; }
.login_campo label { color: #334158; font-size: .82rem; font-weight: 800; }
.login_campo input { width: 100%; height: 61px; padding: 0 56px 0 53px; color: var(--texto); background: #f8fafd; border: 1px solid #d9e1ec; border-radius: 6px; outline: none; text-transform: none; }
.login_campo input:focus { background: #fff; border-color: var(--azul); box-shadow: 0 0 0 3px rgba(10,38,113,.09); }
.login_campo small { display: none; color: var(--erro); font-size: .68rem; font-weight: 600; }
.login_campo.invalido small { display: block; }
.login_campo.invalido input { border-color: var(--erro); background: #fffafa; }
.senha_wrap { position: relative; }
.senha_icone { position: absolute; top: 50%; left: 23px; z-index: 1; width: 12px; height: 12px; border: 3px solid #71809a; border-radius: 50%; transform: translateY(-70%); pointer-events: none; }
.senha_icone::before { content: ""; position: absolute; top: 8px; left: -2px; width: 4px; height: 14px; background: #71809a; border-radius: 2px; transform: rotate(45deg); transform-origin: top center; }
.senha_icone::after { content: ""; position: absolute; top: 15px; left: -6px; width: 7px; height: 3px; background: #71809a; border-radius: 2px; transform: rotate(-45deg); }
.senha_wrap button { position: absolute; top: 50%; right: 15px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: #71809a; background: transparent; border: 0; border-radius: 8px; cursor: pointer; transform: translateY(-50%); }
.senha_wrap button:hover { color: var(--azul); background: var(--azul-claro); }
.olho_icone { position: relative; width: 23px; height: 15px; border: 2px solid currentColor; border-radius: 70% 30% / 55% 45%; transform: rotate(45deg); }
.olho_icone::after { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; background: currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.senha_visivel .olho_icone::before { content: ""; position: absolute; top: 5px; left: -4px; width: 29px; height: 2px; background: currentColor; transform: rotate(-90deg); }
.login_botao { width: 100%; min-height: 61px; margin-top: 17px; color: #fff; background: #09027b; border-radius: 6px; box-shadow: 0 13px 28px rgba(9,2,123,.24); font-size: .88rem; letter-spacing: .1em; }
.login_botao:hover { background: #06015f; }
.login_botao:disabled { cursor: wait; opacity: .7; }
.login_mensagem { padding: 11px 13px; color: #7a3c3c; background: #fff1f1; border: 1px solid #f1cece; border-radius: 7px; font-size: .72rem; line-height: 1.45; }
.login_mensagem.sucesso { color: #176246; background: #ebf8f2; border-color: #c6eadb; }
.login_rodape { margin: 32px 0 0; padding-top: 23px; color: #9299a9; border-top: 1px solid #edf0f5; font-size: .68rem; line-height: 1.55; text-align: center; }

@media (max-width: 520px) {
  .pagina_login { padding: 14px 11px; }.login_layout { min-height: auto; }.login_painel { min-height: calc(100vh - 30px); padding: 30px 25px; }.login_logo_wrap { height: 190px; }.login_logo_wrap img { width: 175px; height: 165px; }
}
