.form-cadastro {
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
}

.form-cadastro input,
.form-cadastro select {
  width: 100%;
  height: 50px;
  background-color: #eaeae7;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: #8c8c8c;
}

.form-cadastro input::placeholder,
.form-cadastro select {
  color: #8c8c8c;
}

.form-cadastro .row {
  display: flex;
  align-items: center;
}

.form-cadastro .col-10,
.form-cadastro .col-2 {
  padding: 0;
}

.form-cadastro .col-10 input {
  width: 100%;
}

.form-cadastro .col-2 select {
  width: 100%;
  text-align: center;
}

.form-cadastro p.small {
  font-size: 12px;
  color: #6d6d6d;
  margin-top: 10px;
}