
.form-control.select2-container {
    border: 0;
    height: auto !important;
    padding: 0px;
}

.form-control .select2-choice {
    border: 1px solid #dee2e6;
    background-color: #212529;
    background-image: none;
    filter: none;
    height: 34px;
    padding: 3px 0 0px 12px;
}

.alert-success {
    color: #fff;
    text-align: center;
    background-color: #75b798;
    
}

.alert-danger {
    color: #fff;
    text-align: center;
    background-color: #dc3545;
    
}