/* here you can put your own css to customize and override the theme */
.form-control, .popover {
    font-size: 12px;
}
.select2-container--bootstrap .select2-selection {
    font-size: 12px !important;
}
.portlet-body > h3.block:first-child,
.form-body > h3.block:first-child {
    margin-top: 0;
}
.portlet-body > h3.block:first-child{
    margin-top: -8px;
}
.form-body > h3.block:first-child {
    margin-top: -20px;
}