/* your styles go here */


.bootstrap-select > .dropdown-toggle{
    width: 200px;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 69%;
}