.admin-camilla{color: #f00 !important;}
.kmsgtitle{ display:none;}
.jf_ku_poweredby{ display:none !important;}
.module-title .title {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px solid #d1d1d1;
    font-size: 2em;
    -webkit-box-shadow: transparent;
    -moz-box-shadow: 0 1px 0 #FFF;
    box-shadow: transparent;
    line-height: 1.1em;
    line-height: 1.1em;
    text-shadow: none;
}

.acceso img {
    width: 175px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 0px;
}


p {
    margin: 0 !important;
}
.powered-by{display:none !important;}


.item445{
    background-color: #A2E1FF;

}
.item445:hover{
    background-color: #FD6595;

}
.item445 a{
    text-shadow: 0 !important;
    
    color: #000 !important;
}


.gf-menu .item{
text-shadow: none;
}
/* ========================================
   CONTENEDOR LOGIN
======================================== */
.loginingreso {
    background: rgba(5, 7, 13, 0.95);
    padding: 50px;
    border-radius: 12px;

    box-shadow:
        ;

    backdrop-filter: blur(6px);
}

/* ========================================
   INPUTS
======================================== */
.loginingreso input[type="text"],
.loginingreso input[type="password"] {
    width: 100%;
    padding: 12px 14px;

    background: #05070d;
    border: 1px solid rgba(255, 77, 141, 0.2);
    border-radius: 8px;

    color: #ffffff;
    font-size: 16px;

    transition: all 0.25s ease;
}

/* PLACEHOLDER */
.loginingreso input::placeholder {
    color: #888;
}

/* FOCUS NEON */
.loginingreso input:focus {
    outline: none;

    border: 1px solid #ff4d8d;

    box-shadow:
        0 0 8px rgba(255, 77, 141, 0.6),
        inset 0 0 6px rgba(255, 77, 141, 0.2);
}

/* ========================================
   CHECKBOX
======================================== */
.loginingreso .checkbox label {
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
}

.loginingreso .checkbox input {
    margin-right: 6px;
    accent-color: #ff4d8d;
}

/* ========================================
   BOTÓN LOGIN
======================================== */
.loginingreso .btn {
    background: linear-gradient(135deg, #ff4d8d, #ff7aa8);
    border: none;

    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;

    padding: 12px;
    border-radius: 8px;

    transition: all 0.25s ease;

    box-shadow: 0 0 10px rgba(255, 77, 141, 0.4);
}

/* HOVER BOTÓN */
.loginingreso .btn:hover {
    background: linear-gradient(135deg, #ff2e78, #ff5f9e);

    box-shadow:
        0 0 15px rgba(255, 77, 141, 0.8),
        0 0 25px rgba(255, 77, 141, 0.4);
}

/* ========================================
   EFECTO FUTURISTA EXTRA (BORDES VIVOS)
======================================== */
.loginingreso::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 12px;
    pointer-events: none;

    border: 1px solid rgba(92, 225, 230, 0.1);

    box-shadow:
        0 0 10px rgba(92, 225, 230, 0.2),
        inset 0 0 10px rgba(92, 225, 230, 0.05);
}

/* IMPORTANTE para posicionamiento */
.loginingreso {
    position: relative;
}

.nav-stacked{
    width: 450px;
    margin: 0 auto;
}
.rt-block {
    float:left;
}

/* ========================================
   LINKS INFERIORES
======================================== */
.form-links {
    margin-top: 18px;
}

.form-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-links li {
    margin-bottom: 6px;
}

/* LINKS */
.form-links a {
    color: #888;
    font-size: 12px;

    text-decoration: none;
    transition: all 0.2s ease;
}

/* HOVER LINKS */
.form-links a:hover {
    color: #5ce1e6;
    text-shadow: 0 0 6px rgba(92, 225, 230, 0.6);
}
