/* style.css */
body {
    background-color: #f8f9fa;
}

/* Login Page Styles */
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Dashboard Styles */
.card-header h3 {
    margin-bottom: 0;
}

.table-responsive {
    max-height: 600px;
    overflow-y: auto;
}