body {
    background-color: #f4f6f8;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

table.table-fiche th,
table.table-fiche td {
    vertical-align: middle;
    font-size: 0.9rem;
}

.row-defaut {
    background-color: #fde2e2 !important;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f2937, #374151);
}

.login-card {
    width: 100%;
    max-width: 380px;
}
