.form {
  margin-top: 60px;
  padding: 60px 60px 100px;
  background-color: #e2ebf3;
}

.text-block {
  text-decoration: underline;
}

.heading {
  text-decoration: underline;
}

.heading.new-link {
  font-family: Sen, sans-serif;
  color: #66b5ae;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading.new-link.header {
  font-family: Sen, sans-serif;
  color: #ab7df6;
  font-weight: 400;
  letter-spacing: -1px;
}

.heading.new-link.pinkish {
  color: #ab7df6;
}

.heading.new-link.purple {
  color: #ab7df6;
}

.heading.new-link.grey {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #a4b7c8;
  font-size: 16px;
  font-weight: 400;
}

.heading.new-link.dark {
  color: #3d2b8c;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}

.field-label {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #8c3f2a;
  font-size: 18px;
}

.field-label.maroon {
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-2 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #8c3f2a;
  font-size: 18px;
}

.field-label-3 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #8c3f2a;
  font-size: 18px;
}

.field-label-4 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #8c3f2a;
  font-size: 18px;
}

.field-label-5 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #8c3f2a;
  font-size: 18px;
}

.submit-button {
  margin-top: 20px;
  padding-top: 9px;
  background-color: #8085ec;
  font-family: Sen, sans-serif;
  font-size: 17px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-2 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #93a4b4;
}

.text-block-2.special {
  margin-top: 40px;
}

.text-block-2.extra-spacing {
  padding-bottom: 20px;
  color: #66b5ae;
}

.body {
  background-color: #fff;
}

.columns {
  margin-top: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message {
  background-color: #edddf7;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #814330;
  color: #fff;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Sen, sans-serif;
  color: #e2ebf3;
  font-size: 12px;
  font-weight: 400;
}

.text-span {
  color: #8085ec;
}

.image {
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-3 {
  padding-top: 140px;
}

.link {
  color: #8c3f2b;
}

