.ama-form {
  max-width: 640px;
  margin-top: 2rem auto;
}

.ama-form .form-field {
  margin-bottom: 1.2rem;
}

.ama-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.ama-form input,
.ama-form textarea,
.ama-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.ama-form textarea {
  resize: vertical;
}

.ama-form button {
  padding: 0.65rem 1rem;
  cursor: pointer;
}
