/* https://github.com/twbs/bootstrap/issues/20643#issuecomment-325579156 */
/* The following sample code is for those who would like to keep the v3 label text right alignment behavior in v4. */

@media (min-width: 768px) {
  .form-group.row > .col-form-label {
    text-align: right;
  }
}