.error { border-color: #ff0000 !important; }

.error-text {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: rgba(208, 2, 27, 0.85);
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}