.form-text {
    color: #fbf9eeee;
    text-shadow: 2px 2px 2px #333;
    font-size: .7em;
}

input,
select,
.form-control,
.select2-container--default .select2-selection--multiple {
    background-color: #fbf9eecc;
}

label {
    font-family: "Domine", serif;
}

form {
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 30px;
    text-shadow: none;
}

.btn {
}

button {
    float: right;
}

label {
    text-shadow: 1px 1px 1px #333;
}

.select2-results__option,
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #212529;
}
.input-group-text{
    background-color: #eeeeeeaa;
    color: #333;
}