.card {
    background: #ffffff;
}

.input-group-text {
    background-color: #f8f9fa;
    border-right: 0;
}

.form-control {
    border-left: 0;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    border-radius: 10px;
}

.btn-outline-primary {
    border-radius: 10px;
}