#iauto-btn-logout {
    background-color: #d62839 !important; /* rojo elegante */
    color: #ffffff !important;
    font-weight: 700;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.29);
    transition: background-color 0.25s ease, transform 0.1s ease;
}

/* Hover */
#iauto-btn-logout:hover {
    background-color: #bb1f30 !important;
}

/* Click animación */
#iauto-btn-logout:active {
    transform: scale(0.97);
}
