{% import '/sbi-corp-website/src/css/design-system/_atoms.css' %}

  .download-tool-section {
    padding: 50px 0px;
    min-height: 564.92px;
    flex-direction: row;
    align-items: center;
    padding-top: 64px;
  }

  .download-tool-container {
    margin-right: auto;
    margin-left: 18%;
  }

  .download-tool-container form input[type='submit'] {
    border-radius: 10px;
    padding: 15px 24px;
    font-weight: 600;
    font-size: 18px;
    height: 52px;
    max-width: 219.47px;
    line-height: 21px;
    font-family: 'Slate', sans-serif, Helvetica, Arial, sans-serif;
    letter-spacing: -0.01em;
    border: 2px solid #018935;
    background-color: #018935;
    color: #fff;
  }

  .download-tool-container form input[type='submit']:hover {
    border: 2px solid #03327C;
    background-color: #03327C;
    fill: #fff;
  }

  .download-tool-container form input {
    color: #53667C;
    font-size: 18px;
    line-height: 150%;
    width: 100% !important;
    margin-bottom: 24px;
  }

  .download-tool-container form input[type='checkbox'] {
    width: unset !important;
    margin-bottom: unset;
  }

  .join-attendees {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #001F33;
    text-align: center;
  }

  /* mobile view */
  @media (min-width: 320px) and (max-width: 767px) {
    .download-tool-container {
      margin-left: 24px;
      margin-right: 24px;
    }
    .join-attendees {
      margin-top: 48px;
    }
  }