.field-counter {
  
  float: right;

  font-size: 0.9em;
  color: $oa-gray;

  &.error {

    color: $oa-red;

  }

}