.title__register {
  margin: 1.5rem 0 0.5rem 0;
}

.title__emailSelect {
  margin: 0 0 0 0.5rem;
  font-weight: 600;
  color: #3C4043;
  font-size: 13px;
}

.input__numberPhone {
  margin: 1.5rem 0 0 0;
}

.input__numberPhonePrimary input {
  width: 80%;
  height: 40px;

}

.select__country {
  cursor: pointer;
}

.select__country .arrow__bottom {
  margin: 0 0 0 1rem;
}

.inputs__nameDate input,
.inputs__nameDate select {
  width: 130px;
  height: 40px;
}

.inputs__nameDate {
  margin: 1.5rem 0 0 0;
}

.inputs__nameDate input,
.inputs__nameDate select,
.selectGender,
.selectGender select,
.input__numberPhonePrimary input {
  padding: 0 0.5rem;
  border: 1px solid #DADCE0;
  border-radius: 0.3rem;
  outline: none;
  font-weight: 500;
  color: #5F636A;
}

.arrow__bottom {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #9E9E9E;
}

.selectGender {
  height: 40px;
  margin: 2rem 0;
}

.selectGender select {
  cursor: pointer;
  appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.tile__agreeterms {
  font-weight: 600;
  font-size: 14px;
  color: #684FB4;

}

@media (max-width: 500px) {
  .inputs__nameDate {
    flex-direction: column;
  }

  .inputs__nameDate input,
  .inputs__nameDate select {
    width: 100%;
  }

  .inputs__nameDate input {
    margin: 1rem 0;
  }
}