.form-container {
  display: grid;
  place-items: center;
  width: 100%;
}

.form-container-card {
  border: solid 1px #eee;
  margin-bottom: 8px;
  padding: 16px 16px 24px;
  width: 100%;
  max-width: 500px;
}

.form-content {
  padding-bottom: 24px;
}
.form-content label {
  display: block;
  padding-bottom: 6px;
  width: 100%;
}
.form-content input {
  display: block;
  padding: 12px 14px;
  width: 100%;
}

.form-submit-button {
  font-size: 1.125rem;
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 200px;
  background-color: #34BAB3;
  color: #fff;
}
.form-submit-button:focus, .form-submit-button:hover {
  opacity: 0.6;
}
.form-submit-button:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  pointer-events: none;
}
.form-submit-button a {
  width: 100%;
  height: 100%;
}
.form-submit-button a {
  color: #fff;
}
.form-submit-button-new {
  font-size: 1.125rem;
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 200px;
  background-color: #34BAB3;
  color: #fff;
}
.form-submit-button-new:focus, .form-submit-button-new:hover {
  opacity: 0.6;
}
.form-submit-button-new:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  pointer-events: none;
}
.form-submit-button-new a {
  width: 100%;
  height: 100%;
}
.form-submit-button-new a {
  color: #fff;
}

.forgot-password {
  font-size: 0.75rem;
}

.form-back {
  text-decoration: underline;
}

.error {
  color: #BD3D24;
  font-size: 0.875rem;
}

.form-textarea {
  height: 100px;
  width: 100%;
}/*# sourceMappingURL=contact.css.map */