﻿body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f9;
    font-family: 'Montserrat', sans-serif;
}

.login-card {
    width: 360px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
} 

.brand {
    font-weight: 700;
    color: #0f1445;
    margin-bottom: 12px;
    text-align: center;
}

.employees-table {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: none !important;   
    letter-spacing: normal !important;
}

.employees-table thead th {
    background: transparent !important;
    color: inherit !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border-bottom: 1px solid #dee2e6;
    padding: 0.45rem 0.6rem;
}

.employees-table tbody td {
    padding: 0.45rem 0.6rem;
    font-weight: 400 !important;
    text-transform: none !important;
    vertical-align: middle;
}

.employees-table.table-sm th,
.employees-table.table-sm td {
    padding: 0.45rem 0.6rem;
}

.employees-table tbody tr + tr td {
    border-top: 1px solid #eee;
}
