﻿.form-item {
  margin-bottom: 20px;
}
.form-item label {
  font-weight: bold;
  font-size: 12px;
}
.form-item textarea {
  height: 60px;
  resize: none;
}
.form-item .form-error {
  font-weight: bold;
  font-size: 12px;
  color: #f00;
}
