/* Labels
******************************************************************************* */

.col-form-label {
  white-space: nowrap;
}

.form-label,
.col-form-label {
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Default (vertical ) form label size */
.form-label-lg {
  @include font-size($input-font-size-lg);
}

.form-label-sm {
  @include font-size($input-font-size-sm);
}
