body {
    font-family: "Raleway", sans-serif;
}

.container {
    max-width: 960px;
}

.container.container-mini {
    max-width: 540px;
}

label.required:after {
    color: #d26a5c;
    content: " *";
}

.signature-pad {
    min-height: 300px;
}

.border-transparent {
    border-color: transparent;
}

.select2-selection {
    border: 1px solid #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border: solid #80bdff 1px !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-selection__choice {
    color: #fff !important;
    background-color: #6c757d !important;;
    border-color: #6c757d !important;;
}

.form-control.is-invalid~.select2 .select2-selection {
    border-color: #dc3545;
}