.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.field-label {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.field-label.text-label {
  margin-top: 40px;
}

.field-label-2 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.div-block {
  width: 60%;
  max-width: 90%;
}

.submit-button {
  width: 300px;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #27c965;
}

.heading {
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 28px;
}

.image {
  margin-top: 20px;
}

.success-message {
  background-color: #0aee69;
}

.text-block {
  color: #fff;
}

.error-message {
  background-color: #f01414;
}

.text-block-2 {
  color: #fff;
}

.text-field {
  width: 30%;
  max-width: 50%;
}

.body {
  background-color: #f5f8f6;
  background-image: linear-gradient(130deg, #edfcee, #dff7bf);
}