.forgot-password-question {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1.3rem;

  width: auto;
  height: 1.188rem;

  font-weight: 500;
  font-size: 0.984rem;
  line-height: 125%;
  text-align: center;
  font-feature-settings: 'ss03' on;

  color: #10B981;

  text-decoration: none;
  word-wrap: break-word;

  flex: none;
  order: 3;
  flex-grow: 0;
}

.forgot-password-question:hover {
  color: #059669;
  background: transparent;
}

.or {
  width: 100%;
  height: 1.125rem;

  margin: 0;

  font-weight: 400;
  font-size: 0.9rem;
  line-height: 130%;
  text-align: center;
  font-feature-settings: 'ss03' on;

  color: #334155;

  flex: none;
  order: 3;
  flex-grow: 0;
}

.inverted-main-button::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

/*#id-goias-button,
#gov-br-button {
  order: 4; 
}

#id-goias-button::before {
  width: 1.979rem;
  height: 1.051rem;
  background-image: url('../images/gov-go.png');
}

#gov-br-button::before {
  width: 2.146rem;
  height: 0.773rem;
  background-image: url('../images/gov-br.png');
}*/

.stretch-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0rem;
  gap: 1rem;

  width: auto;
  height: 2.281rem;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}