body {
  font-size: 1.05rem;
  height: 100%;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
}
input {
  border-radius: 0 !important;
}
textarea {
  border-radius: 0 !important;
}
.error-message {
  color: #FF472B;
}
.form-label {
  color: #4a4a4a;
  font-weight: 550;
  margin-bottom: 0.25rem;
}
.message-block {
  margin-top: 3.5rem;
  text-align: center;
  color: #4a4a4a;
}
.message-title {
  font-size: 2rem;
  font-weight: 550;
  margin-bottom: 1rem;
}
.sub-message {
  font-size: 1.2rem;
}
.submit-btn {
  float: right;
}
.subtext {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #037088;
}