@import '../../../../assets/css/variables.scss';

.label {
  margin-bottom: 5px;
}

.response {
  margin-bottom: 30px;
  font-weight: 500;
}

.readOnlyMsg {
  font-style: italic;
  margin-bottom: 34px
}

p.error {
  font-size: smaller;
  font-style: italic;
  color: $danger;
  margin-top: 0px;
}

