.formContainer {
  padding: 17px 15px;
}

/* TextField styles */
.inputRoot {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
}

.outline {
  border-color: #e9e9e9;
}

.input {
  font-size: 12px;
  font-weight: 400;
}

textarea.input {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.label {
  font-size: 12px;
  font-weight: 400;
}

.multilineTextFieldOutline {
  border-radius: 15px !important;
}

/* Checkbox and label */
.checkbox {
  padding-top: 0;
}

.termsLabel {
  font-size: 12px;
  font-weight: 400;
}

.checkboxLabel {
  align-items: flex-start;
}

/* Submit button */
.submitBtn {
  background-color: #00adb5;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
  width: 100%;
}

.submitBtn:hover {
  background-color: #008a91;
}
