.form__contentRegister {
  width: 450px;
}

.title__descriptionPrimary,
.title__descriptionHistoricalActivity {
  color: black;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 1rem 0;
}

.title__descriptionPrimary a {
  text-decoration: none;
  color: #764FA0;
  font-weight: 600;
}

.title__process {
  font-size: 18px;
  font-weight: 600;
}

.title__descriptionProcess--margin {
  margin: 0 0 0 1.5rem;
}

.title__descriptionProcess--marginTop {
  margin: 1.5rem 0 0 1.5rem;
}

.title__descriptionprimaryMarginNone {
  margin: 0;
}

.more__options {
  margin: 2rem 0;
}

.button__moreOptions {
  background: #E3EEFC;
  color: #174EA6;
  border: none;
  font-weight: 700;
  padding: 0.7rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 0 1.5rem 0;
}

.button__moreOptions img {
  margin: 0 0 0 0.5rem;
}

.button__moreOptions:hover {
  background: #6c93c7;
  color: #fff;
}

.ball {
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
}

.input__checkboxTerms {
  margin: 1rem 0 0 0;
}

.input__checkboxTerms span {
  margin: 0 0 0 1rem;
  font-size: 14px;
  font-weight: 500;
}

.input__checkboxTerms input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.title__historicalActivity img {
  margin: 0 0.5rem 0 0;
}

.title__historicalActivity {
  font-size: 18px;
  font-weight: 600;
}

.title__descriptionHistoricalActivity {
  margin: 0.5rem 0;
  color: #5F6770;
}

.input__checkboxHistoricalActivity {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #DADCE0;
}

.input__checkboxHistoricalActivity label input,
.input__checkboxHistoric input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.title__descriptionCheckInput,
.title__descriptionHistoric {
  margin: 0 0 0 1rem;
}

.input__checkboxhistoric {
  margin: 3rem 0 0 0;
}

.more__optionsContent,
.arrow__purple,
.active__buttonMore .arrow__blueTop {
  display: none;
}

.active__content,
.active__buttonMore .arrow__purple {
  display: block;
}

.active__buttonMore {
  background: transparent;
  color: #764FA0;
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 990px) {

  .form__contentRegister,
  .aside__register {
    width: 100%;
  }
}