[data-page="_global_login"][data-itemid="login-logo"] {
  font-size: 24px;
}


/* ==========================================
   FUNDO FULLSCREEN REAL
========================================== */

body.function-login,
.r-pretty-login-page {
    min-height:100vh;
    width:100%;
    margin:0;
    padding:0;
    background:url("/images/bgimage.jpg") center/cover no-repeat fixed !important;
}

/* Garantir que não haja outra imagem cobrindo */
.r-sideimage,
.r-sideimage .r-image,
.r-sideimage img {
    display:none !important;
}

/* ==========================================
   CARD GLASS CENTRAL
========================================== */

.r-controls {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:5;
    background:transparent !important;
}

.r-mainform {
    background:rgba(255,255,255,0.15) !important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius:7px;
    padding:40px 30px !important;
    border:1px solid rgba(255,255,255,0.15);
}

/* ==========================================
   TEXTO, INPUTS, BOTÕES, ETC.
========================================== */

[data-itemid="login_welcome"] p {
    color:#fff !important;
    text-align:center;
    font-size:20px;
    font-weight:600;
}

input.form-control {
    background:rgba(255,255,255,0.25) !important;
    border:1px solid rgba(255,255,255,0.4) !important;
    color:#fff !important;
    border-radius:7px !important;
    padding:12px !important;
}
input.form-control::placeholder { color:#eee; }

.r-edit-label,
.r-edit-field label { color:#fff !important; }

/* Botão */
.btn-primary {
    background:rgba(255,255,255,0.25) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,0.4) !important;
    border-radius:7px !important;
    padding:12px;
    width:50%;
    transition:0.25s ease !important;
}

.btn-primary:hover {
    background:rgba(255,255,255,0.35) !important;
    border-color:rgba(255,255,255,0.6) !important;
    box-shadow:0 4px 12px rgba(255,255,255,0.25);
    transform:translateY(-2px);
}

/* Link Esqueci a Senha */
.btn-link {
    color:#fff !important;
    opacity:0.85;
    font-size:14px;
}
.btn-link:hover { opacity:1; }

/* Mensagens */
.alert {
    background:rgba(255,70,70,0.35) !important;
    backdrop-filter:blur(6px);
    color:#fff !important;
    border:none !important;
}

/* Alinhamento Lembre-me + Esqueci a Senha */
.login-extra-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:10px 0 20px 0;
}
[data-cellid="grid_c4"] div,
[data-cellid="grid_c6"] span {
    margin:0!important; padding:0!important;
}

/* Checkbox moderno */
.r-edit-field input[type="checkbox"] {
    appearance:none;
    width:18px;
    height:18px;
    border-radius:4px;
    border:2px solid rgba(255,255,255,0.8);
    background:rgba(255,255,255,0.2);
    cursor:pointer;
    position:relative;
    margin-right:6px;
}
.r-edit-field input[type="checkbox"]:checked {
    background:#fff;
    border-color:#fff;
}
.r-edit-field input[type="checkbox"]:checked::after {
    content:"";
    position:absolute;
    top:2px;
    left:5px;
    width:5px;
    height:10px;
    border:solid #000;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}

/* Responsivo */
@media(max-width:900px){
    .r-mainform { margin-top:20px; width:90%; }
}
