﻿.vs-required-field {
  color: var(--kendo-color-error-emphasis, #ff0000);
  margin-right: 2px;
}
.vs -col-form-label {
  text-align: left;
}

@media (min-width: 768px) {
  .vs-col-form-label {
    /* Right-align labels on md and larger screens */
    text-align: right;
    /* Change the padding so it aligns more with the top of the Telerik controls */
    padding-top: calc(0.15rem + 1px);
  }
}
