body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    flex: 1;
}
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.login-form {
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.table th, .table td {
    vertical-align: middle;
}
.action-btns .btn {
    margin-right: 5px;
}
.badge-active {
    background-color: #28a745;
    color: white;
}
.badge-inactive {
    background-color: #dc3545;
    color: white;
}
.footer {
    /* position: fixed; */ /* If you want it stuck at the bottom */
    bottom: 0;
    width: 100%;
}