body {
  background-image: url(/image/Altiplano-Abig.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f5f5f5;
  max-width: 1000px;
  padding-top: 96px;
}

.terciary-button {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

h1 {
  font-size: 2.25rem;
  line-height: 3rem;
}

.form-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding-bottom: 64px;
}

.form-title h1 {
  color: var(--altiGreen);
}

.form-title p {
  color: var(--alti2Gray);
}

/* FORM STYLES */

.field-title {
  font-family: grotesk;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: -0.5px;
  color: var(--altiGreen);
}

.form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 8px;
}

.field-title {
  padding-bottom: 4px;
}

.form-field-group input {
  width: 100%;
  border: 1px solid var(--altiGreen);
  padding: 4px;
  background: none;
}

.form-field-group textarea {
  font-family: grotesk;
  width: 100%;
  border: 1px solid var(--altiGreen);
  padding: 4px;
  background: none;
}

.checkbox {
  font-family: grotesk;
  font-size: 14px;
}

.submit-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

button {
  margin-top: 16px;
  margin-bottom: 32px;
  border: none;
}

.form-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#altiplano-green-logo {
  width: 280px;
  margin-top: 32px;
  margin-bottom: 64px;
}

@media (min-width: 769px) {
  .form-group {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .form-field-group {
    min-width: 400px;
  }
}
