
@charset "UTF-8";

.input-error {
  border: 2px solid #ff4d4d !important;
  /* 鮮やかな赤枠 */
  background-color: #fffafa;
  /* ほんのり赤みのある背景 */
  outline: none;
}

.input-error::placeholder {
  color: #ff4d4d;
}

.past-text-label {
  white-space: pre-wrap;
}
