@import '../../scss/variables/colors';

.field-error {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: $error-color;
  display: block;
  margin: 0;
  margin-top: 2px;
}
