.requiredLabel {
  display: flex;
  font-weight: bold; }
  .requiredLabel .required {
    padding-left: 5px;
    color: #d9534f; }

.textInput {
  border-radius: 0;
  min-height: 40px; }
  .textInput:focus {
    box-shadow: none;
    border-color: #ced4da; }

.disabled {
  cursor: no-drop; }
