.bg-login {
    background: rgb(0, 0, 50);
}

.login-logo {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

@media (max-width: 768px) {
    .card-body {
        padding: 16px 8px!important;
    }
}

.tableFixHead          { overflow: auto !important; max-height: 480px;}

.tableFixHead thead th {
            position: sticky;
            top: 0;
            background-color: #f1f1f1;
            z-index: 1;
        }


.table.table-hover tbody tr td.cuadrorojo,
.table.table-hover tbody tr:hover td.cuadrorojo {
    background-color: #F00 !important;
    box-shadow: none !important;
}
