body {
    font-size: 0.9rem;
    background-color: #f5f5f5;
    background: url('../images/background.png') no-repeat center center fixed;
    background-size: cover;
}

.form-control,
.selectize-input,
.card,
.card-header,
.list-group,
.btn, .form-select {
    border-radius: 0 !important;
}


/* Selectize */
/* Match Bootstrap button height */
.selectize-control.single .selectize-input {
    height: 37px !important;
    display: flex;
    align-items: center;
    padding: 0 12px !important;
    border-radius: 6px;
}

/* Remove inner spacing issue */
.selectize-input>input {
    margin: 0 !important;
}

/* Match arrow alignment */
.selectize-control.single .selectize-input:after {
    right: 12px;
    margin-top: -3px;
}