.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-field:last-child {
  margin-bottom: 0;
}

.form-field--row {
  flex-direction: row;
}

.form-field__error-message {
  margin: 6px 0 0;
  color: @background-color-error;
  font-size: 11px;
  font-weight: 600;
}
