/* =====================================================================
   Intranet Grupo Akta Motors — tela de login (tema claro)
   ---------------------------------------------------------------------
   Carregado SOMENTE quando o visitante acessa por
   intranet.aktamotors.com.br E a página é anônima (login).
   Ver templates/layout/parts/head.html.twig.

   Todo o CSS está preso a "body.welcome-anonymous": não tem efeito
   nenhum no sistema já logado nem na tela de login do
   suporte.mastertecnico.com.br (é a mesma instalação do GLPI).

   Visual leve: fundo cinza claro, cartão branco, logo Akta preta.
   ===================================================================== */

body.welcome-anonymous {
    background-color: #e6e6e9 !important;
    color: #2b2b2b;

    /* Logo Akta preta no lugar da logo padrão da plataforma. */
    --glpi-logo-dark-login: url("/pics/akta-logo-login-preta.png") !important;
    --glpi-logo-light-login: url("/pics/akta-logo-login-preta.png") !important;
}

body.welcome-anonymous .page-anonymous .glpi-logo {
    content: url("/pics/akta-logo-login-preta.png") !important;
    width: 300px !important;
    height: 61px !important;   /* proporção real do arquivo: 1600 x 326 */
    margin-bottom: 1.75rem !important;
}

/* Cartão branco, destacando-se do fundo cinza. */
body.welcome-anonymous .main-content-card {
    background-color: #ffffff !important;
    border: 1px solid #dcdce0 !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

body.welcome-anonymous .main-content-card .card-header {
    background-color: transparent !important;
    border-bottom: 1px solid #e6e6ea !important;
}

body.welcome-anonymous .main-content-card h2 {
    color: #231F20 !important;
    font-weight: 600;
}

/* Rótulos e textos auxiliares. */
body.welcome-anonymous .form-label,
body.welcome-anonymous .form-check-label {
    color: #4a4a4a !important;
}

/* Campos de entrada claros. */
body.welcome-anonymous .form-control {
    background-color: #ffffff !important;
    border-color: #c4c4cc !important;
    color: #222222 !important;
}

body.welcome-anonymous .form-control::placeholder {
    color: #9a9aa2 !important;
}

body.welcome-anonymous .form-control:focus {
    border-color: #231F20 !important;
    box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.12) !important;
}

/* Botão "Entrar": preto Akta com texto branco. */
body.welcome-anonymous .btn-primary {
    background-color: #231F20 !important;
    border-color: #231F20 !important;
    color: #ffffff !important;
}

body.welcome-anonymous .btn-primary:hover,
body.welcome-anonymous .btn-primary:focus {
    background-color: #3a3436 !important;
    border-color: #3a3436 !important;
    color: #ffffff !important;
}

/* Botão "Primeiro Acesso": contorno escuro, sem preenchimento. */
body.welcome-anonymous .btn-outline-primary,
body.welcome-anonymous .btn-primeiro-acesso {
    color: #231F20 !important;
    border-color: #b7b7bd !important;
    background-color: transparent !important;
}

body.welcome-anonymous .btn-primeiro-acesso:hover,
body.welcome-anonymous .btn-primeiro-acesso:focus {
    color: #231F20 !important;
    border-color: #231F20 !important;
    background-color: rgba(35, 31, 32, 0.04) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

/* Link "esqueceu a senha?". */
body.welcome-anonymous .forgot_password a {
    color: #5a5a5a !important;
}

body.welcome-anonymous .forgot_password a:hover {
    color: #231F20 !important;
}

/* Tela de "Sua sessão expirou" / erro de login: reaproveita o mesmo cartão
   branco do login, mas o alerta interno vem creme por padrão do GLPI —
   deixamos neutro e claro, no mesmo tom do restante da página. */
body.welcome-anonymous .alert,
body.welcome-anonymous .alert-warning,
body.welcome-anonymous .alert-danger,
body.welcome-anonymous .alert-info {
    background-color: #f4f2ef !important;
    border: 1px solid #e2ded9 !important;
    color: #4b4744 !important;
}

body.welcome-anonymous .alert .alert-title,
body.welcome-anonymous .alert h4,
body.welcome-anonymous .alert .ti,
body.welcome-anonymous .alert i {
    color: #231f20 !important;
}

/* Rodapé (copyright) — cinza escuro sobre o fundo claro. */
body.welcome-anonymous .text-muted {
    color: #6b6b6b !important;
}

body.welcome-anonymous a.copyright,
body.welcome-anonymous a.copyright:hover,
body.welcome-anonymous a.copyright:focus {
    color: #6b6b6b !important;
}

body.welcome-anonymous a.copyright:hover {
    text-decoration: underline;
}
