#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=76/69d3ada04a176.jpeg");}.card {
    background: transparent !important;
}

.col-md-5 {
   background-color: white !important;
opacity: 0.8;
padding: 10px 10px 10px 10px;
border-radius: 15px;
}

/* Esconde o label "Origem do login" */
label[for^="dropdown_auth"] {
    display: none !important;
}

/* Esconde o select original */
select[name="auth"] {
    display: none !important;
}

/* Esconde o Select2 (interface visual criada pelo GLPI) */
select[name="auth"] + .select2 {
    display: none !important;
}

/* Remove completamente o espaço do bloco */
select[name="auth"] ~ .select2,
select[name="auth"] {
    margin: 0 !important;
    padding: 0 !important;
}

/* Caso esteja dentro de um container padrão do GLPI */
.mb-3:has(select[name="auth"]) {
    display: none !important;
}


/* Botão base */
button[name="submit"] {
    background: linear-gradient(135deg, #2f2f2f, #1f1f1f);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Hover */
button[name="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #3a3a3a, #262626);
}

/* Clique */
button[name="submit"]:active {
    transform: scale(0.97);
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

/* Brilho animado */
button[name="submit"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewX(-25deg);
    transition: 0.5s;
}

/* Movimento do brilho */
button[name="submit"]:hover::after {
    left: 125%;
}


.page-anonymous .flex-column .container-tight{
 position:relative;
 right:-200px;
 left:400px;
 padding-right:0px;
 margin-right:425px;
}









