.sombra {
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 12px;
}

.form-control {
  border-radius: 12px !important;
  border: 1px solid #dedbdb !important;
}

label {
  color: #131b3c;
  font-size: 14px;
}

#btnEnviar {
  background-color: #000066;
  color: #ffffff;
  border-radius: 22px;
  border: 2px solid #000066 !important;
  font-size: 12px;
  font-weight: 600;
  height: 37px;
  width: 107px;
}

#btnEnviar:hover {
  background-color: #ffffff !important;
  color: #000066 !important;
  border-radius: 22px !important;
  border: 2px solid #000066 !important;
  font-size: 12px;
  font-weight: 600;
}

i.fas.fa-info-circle {
  color: #8b90db;
}
