.mainContainer2 {
  height: 70vh;
  overflow: auto;
  padding: 1.5rem;
}

.modal-footer {
  background-color: transparent;
}

.close-button-without-header-rg {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  font-size: 20px;

  span,
  button {
    display: none;
  }
}

#request-password-error-message {
  color: red;
  font-size: 16px;
  padding-left: 26px;
}

@media screen and (max-width: 600px) {
  .radio {
    margin-right: 208px;
  }

  .component {
    margin: 5px 0px 20px 0px;
  }

  .mainContainer2 {
    height: 88vh;
    padding: 0 1.5rem 1.5rem 1.5rem;

  }

  .close-button-without-header-rg {
    justify-content: space-between;

    span,
    button {
      font-size: 45px;
      display: flex;
    }
  }
}