.card-title {
    font-weight: bold;
    color: #343a40;
}

.card-body {
    background-color: #f8f9fa;
    padding: 30px;
}

.text-primary {
    color: #007bff !important;
}

.text-danger {
    color: #dc3545 !important;
}

.card-title {
    font-weight: bold;
    color: #343a40;
}

.input-group-text {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.input-group-text i {
    font-size: 1.2rem;
}

input,
textarea {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.shadow-lg {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}