body {
    background-color: #f0f0f0 !important;
}

footer {
    text-align: center !important;
    font-size: 0.9rem !important;
}


.descripcionLogo {
    background: transparent !important;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    
}

.descripcionLogoGuest {
    background: transparent !important;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    margin-bottom: 1rem;
    
}

.descripcionLogo img {
    margin: 0 auto;
    max-width: 350px;
}

.descripcionLogoGuest img {
    margin: 0 auto;
    max-width: 200px;
}




.navItems {
    border-bottom: solid 2px #505050;
    padding-bottom: 1rem;
}

.navItems a {
    font-weight: bold !important;
    color: #000 !important;
}

.btnRegistrar, .btnEnviarLink, .btnConfirmarNuevoPassword, .btnRestablecerPassword, .btnEnviarCorreoVerificacion {
    background-color: #F9423A !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold !important;
}

.btnIniciarSesion {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: bold !important;
}