/*
 * style.css
 * Custom styles for the application.
 */

/* Login Page Styling */
.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.login-container .card {
    width: 100%;
    max-width: 450px;
    border: none;
}

/* Dashboard Styling */
body {
    background-color: #f8f9fa;
}

.navbar {
    margin-bottom: 2rem;
}

/* Make table delete buttons smaller and red */
.delete-btn {
    font-size: 0.9rem;
}