/* css/style.css */

body {
    background-color: #f0f2f5 !important;
}

.card {
    border-radius: 15px;
    border: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.input-group-text {
    background-color: #e9ecef;
    border-right: none;
}

.input-group-text svg {
    width: 20px;
    height: 20px;
}

.card-title svg {
    width: 30px;
    height: 30px;
}