#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=78/69f8b1c1b4978.png");}/* remove fundo branco da caixa */
div.card {
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(8px);
    border: none !important;
    box-shadow: 0 0 25px rgba(0,0,0,0.7);
}

/* texto branco */
div.card,
div.card label,
div.card p,
div.card h1,
div.card h2,
div.card h3 {
    color: #ffffff !important;
}

/* campos de login */
div.card input,
div.card select {
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

/* botão */
div.card button {
    background: linear-gradient(90deg, #00c2ff, #0072ff) !important;
    border: none !important;
    color: #fff;
    font-weight: bold;
}

/* REMOVE ORIGEM DE LOGIN - FORÇADO */
select[name="_auth"] {
    display: none !important;
}

/* remove o texto "Origem de login" */
.form-group label {
    display: none !important;
}

/* remove qualquer select de autenticação */
select[name="_auth"],
select[name="auth"] {
    display: none !important;
}
/* ===== ESTILO DA CAIXA ===== */
div.card {
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(8px);
    border: none !important;
    box-shadow: 0 0 25px rgba(0,0,0,0.7);
}

/* ===== TEXTO ===== */
div.card,
div.card label,
div.card p,
div.card h1,
div.card h2,
div.card h3 {
    color: #ffffff !important;
}

/* ===== INPUTS ===== */
div.card input,
div.card select {
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

/* ===== BOTÃO ===== */
div.card button {
    background: linear-gradient(90deg, #00c2ff, #0072ff) !important;
    border: none !important;
    color: #fff;
    font-weight: bold;
}

/* ===== REMOVE SOMENTE ORIGEM DE LOGIN ===== */
select[name="_auth"] {
    display: none !important;
}









