.settlementDateForm {
    /* background-color: #999; */
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: left;
    min-height: 350px;
    position: relative;
  }
  .settlementDateForm text {
    max-height: 20px;
    font-size: medium;

  }
  .closingNoteForm {
    /* background-color: #999; */
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: left;
    min-height: 350px;
    position: relative;
  }
  .closingNoteForm text {
    max-height: 20px;
    font-size: medium;

  }
  .vaultExportRadioForm {
    /* background-color: #999; */
    max-width: 95%;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: left;
    min-height: 165px;
    position: relative;
  }
  .vaultExportRadioForm text {
    max-height: 20px;
    font-size: medium;

  }
  
  .settlementDateForm .inputLG__wrapper {
    display: flex;
    justify-content: left;
    position: absolute;
    top: 35px;

  }
  .closingNoteForm .inputLG__wrapper {
    display: flex;
    justify-content: left;
    position: absolute;
    top: 55px;

  }

  .vaultExportRadioForm .vaultExportRadioVault {
    height: 6.6rem;
    margin: 1rem 0;
    padding: 0 1rem;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: left;
    position: absolute;
    top: 35px;
    height: auto;

  }
  .vaultExportRadioForm .vaultExportRadioExport {
    height: 6.6rem;
    margin: 1rem 0;
    padding: 0 1rem;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: left;
    position: absolute; 
    top: 90px;
    height: auto;

  }
  .vaultExportRadioForm input[type="radio"]  {

    margin-right: 1rem;
  }
  .vaultExportRadioForm label  {

    position: relative;
    top: 15px;
  }
  .vaultExportRadioForm .export_wrapper {
    /* height: 6.6rem; */
    margin: 1rem 0;
    padding: 0 1rem;
    width: 100%;
    /* position: relative;
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: left; */
    position: absolute;
    top: 3rem;
    height: auto;

  }
  .vaultExportRadioForm .export_wrapper .export_header {
    font-weight: bold;
    position: absolute;
    top: 4.75rem;
  }
  .vaultExportRadioForm .export_wrapper span {
    font-size: medium;
    min-height: 325px;
    margin: 1rem 0;
    padding: 0 1rem;
    width: 95%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: left; 
    position: absolute;
    top: 6.5rem;
    height: auto;

  }
  .vaultExportRadioForm .export_wrapper .input__wrapper {
    display: flex;
    justify-content: left;
    position: relative;
    top: 10.5rem;

  }

.settlementDateForm .button__primary {
    display: flex;
    position: absolute;
    justify-content: center;
    cursor: pointer;
    top: 195px;

  }

  .closingNoteForm .button__primary {
    display: flex;
    position: absolute;
    justify-content: center;
    cursor: pointer;
    top: 265px;

  }

  .vaultExportRadioForm .button__success {
    display: flex;
    position: absolute;
    justify-content: center;
    cursor: pointer;
    top: 16.25rem;
    left: 11.5rem;
    margin: 1rem 0;


  }

  .vaultExportRadioForm .button__warning {
    display: flex;
    position: absolute;
    justify-content: center;
    cursor: pointer;
    top: 16.25rem;
    margin: 1rem;


  }
  /* .button__wrapper {
    display: flex;
    margin: 0 1rem;
  } */