﻿body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #e9e9f7;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #555;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

.boton-login {
    background-color: #8658ec !important;
    border-color: #8658ec !important;
    color: white !important;
    width: 150px;
}

    .boton-login:hover {
        background-color: #6334E3 !important;
    }

.boton-registrarse {
    margin-right: 10px;
    width: 150px;
}

.boton-olvidar-password {
    color: #606060;
}


.link-volver-el {
    color: #5125AD;
    font-weight:bold;
}

    .link-volver-el:hover {
        color: #6334E3;
    }


.form-check-input:checked {
    background-color: #8658ec !important;
    border-color: #6334E3 !important;
}

.btnMostrarPassword {
    text-decoration: none !important;
    color: #606060;
    max-width: 40px !important;
}

    .btnMostrarPassword:hover {
        color: #8658ec;
    }

/* A partir de <768px escondemos el panel oscuro */
@media (max-width: 767.98px) {
    /* Oculta el panel oscuro */
    .dark-panel {
        display: none !important;
    }
    /* Asegura que el fondo sea blanco */

}


.panel-disp-moviles {
    display: none;
}


@media (max-width: 767.98px) {
    /* Oculta el panel oscuro */
    .panel-disp-moviles {
        display: block !important;
    }

    .boton-login {
        height: 65px !important;
        width: 190px !important;
    }

    .boton-registrarse {
        height: 65px !important;
        width: 190px !important;
    }

    .form-control {
        font-size: 20px;
    }

    .form-check-input {
        font-size: 18px;
    }

    .chkrecordar-label {
        font-size: 18px;
    }
}

.linea-separador {
    height: 1px;
    background-color: lightgray;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
}

.fondo-texto-titulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    font-size: 4rem;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #753dc0; /* Borde morado oscuro */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    opacity: 0.08;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

/* Estilos para el boton de los alerts */
.swal-button--confirm {
    background-color: #8658ec;
}

    .swal-button--confirm:hover {
        background-color: #6334E3 !important;
    }

/* Estilo del icono de tooltip para información */
.btnInfoControl {
    text-decoration: none;
    color: #8658ec;
}

    .btnInfoControl:hover {
        text-decoration: none;
        color: #6334E3;
        transition: all 100ms;
    }


.container-fluid {
    min-height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .fondo-texto-titulo {
        display: none !important;
    }
}