body {
    min-height: 100vh;
}

.auth-card {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}

.card {
    border: 0;
    border-radius: 16px;
}

.form-control {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
}

.table th {
    background-color: #f8f9fa;
}