.error {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px !important;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-top: 4px;
}

.error img {
  max-width: 12px;
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .error {
    font-size: 11px !important;
    line-height: 14px;
  }
  .error img {
    max-width: 11px;
    margin-right: 4px;
  }
}
