.form-control-sm {
    height: calc(1.5em + 0.65rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
textarea.form-control {
    height: calc(1.5em + 0.65rem + 2px);
}

.form-control-dirty {
    background-color: #ffffe0;
}


.form-control {
    background-color: #fff !important;
}
.form-select {
    background-color: #fff !important;
}