.navbar-brand {
    font-size: 1.5rem;
}

.card {
    border-radius: 12px;
}

.btn {
    border-radius: 8px;
}

.form-control {
    border-radius: 8px;
    padding: 0.6rem 1rem;
}

.bg-primary {
    background-color: #4e73df !important;
}

.btn-primary {
    background-color: #4e73df;
    border-color: #4e73df;
}

.btn-primary:hover {
    background-color: #2e59d9;
    border-color: #2653d4;
}
