#firstboxlogin, #text-login, #logo_login { background-color: transparent;}html { height: 100%;}body { background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url("/plugins/trademark/front/picture.send.php?path=cd/6a3f1f65670cd.png");}:root{

    --nx-blue:#0B5FFF;
    --nx-blue2:#2563EB;
    --nx-dark:#071529;
    --nx-card:rgba(15,23,42,.82);
    --nx-border:#1E3A5F;
    --nx-text:#FFFFFF;

}

/* ===========================
   LOGIN
=========================== */

body.welcome-anonymous{

    background:url("/pics/nexora-login.jpg") center center no-repeat fixed;
    background-size:cover;

}

/* camada escura */

body.welcome-anonymous::before{

    content:"";

    position:fixed;

    inset:0;

    background:rgba(7,21,41,.55);

    z-index:-1;

}

/* remove logo GLPI */

.glpi-logo{

    display:none!important;

}

/* card */

.main-content-card{

    background:var(--nx-card)!important;

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    box-shadow:0 25px 80px rgba(0,0,0,.45);

}

/* título */

.card-header h2{

    color:white!important;

    font-weight:700;

    letter-spacing:.5px;

}

/* labels */

.form-label{

    color:#D6E4FF!important;

}

/* inputs */

.form-control{

    background:#0B1220!important;

    color:white!important;

    border:1px solid #315E9E!important;

    border-radius:12px;

}

.form-control:focus{

    border-color:#0B5FFF!important;

    box-shadow:0 0 0 .2rem rgba(11,95,255,.25);

}

/* botão */

.btn-primary{

    background:var(--nx-blue)!important;

    border:none!important;

    border-radius:12px;

    height:48px;

    font-weight:700;

}

.btn-primary:hover{

    background:var(--nx-blue2)!important;

}

/* links */

a{

    color:#7CB3FF!important;

}

/* rodapé */

.text-muted{

    color:#C8D5F0!important;

}