.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0.125rem;
}

input:not([type]), input[type="submit"], input[type="reset"], input[type="radio"] {
  background-color: #F33D49;
  border: 1px solid #F33D49;
  border-radius: 30px;
  margin: 0.5em;
  max-width: 600px;
  /* padding: 0.375rem 2rem; */
  padding: 5px 18px;
  color: white;
  text-transform: uppercase;
  height: auto;
}

.botao-outline {
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: pointer;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  background-color:  white;
  box-sizing: border-box;
  margin: 0em;
  padding: 0.375rem 2rem;
  border:2px solid #F33D49;
  border-radius: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #F33D49;
  text-transform: uppercase;
  white-space: nowrap;
}

.botao-outline:hover {
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: pointer;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  background-color: #F33D49 ;
  box-sizing: border-box;
  margin: 0em;
  padding: 0.375rem 2rem;
  border:2px solid white;
  border-radius: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}