.aa-form {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2.5rem;
  background: #E8E8E8;
  border-radius: 8px;
}

.aa-form label {
  font-family: "Poiret One", sans-serif;
  font-size: 1rem;
  color: #2E5A5E;
  display: block;
  margin-bottom: 6px;
}

.aa-form input,
.aa-form select,
.aa-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-family: "Quicksand", sans-serif;
  font-size: 0.95rem;
  background: #ffffff;
}

.aa-form textarea {
  min-height: 140px;
  resize: vertical;
}

.aa-form button {
  width: 100%;
  padding: 16px;
  background: #2E5A5E;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: "Poiret One", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.aa-form button:hover {
  background: #24494d;
}

.aa-success {
  margin-top: 1.5rem;
  padding: 12px;
  background: #DFF1EE;
  color: #2E5A5E;
  font-family: "Quicksand", sans-serif;
  border-left: 4px solid #2E5A5E;
}