  body {
    background-color: #F5F4F9;
    height: 100%;
  }
  html{
      height: 100%;
  }

  .form-container {
    padding: 1.478rem;
    margin: 1.478rem;
    width: 22.564rem;
    border: 0.072rem solid #2493EA;
    border-radius: 0.334rem;
    background-color: white;
  }

  .form-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    /* height: 100vh; */
  }


  #form {
    margin: 2.373rem 0 0 0;
  }

  #form .form-link,
  #form .form-link button {
    width: 100%;
  }


  #form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #104881;
    padding: 1rem;
    column-gap: 4rem;
    margin-top: 8rem;
  }


  /* Media Queries for Responsiveness */

  @media (max-width: 768px) {
    #form-footer {
      flex-direction: column;
    }
  }
  @media (max-width: 425px) {
    .form-container {
      position: unset;
      transform: none;
      width: 90%;
    }

    .form-area {
      padding: 1rem;
    }

  }
  
  .form-area{
      padding: 1.375rem 0 0 0;
      height: 100vh;
  }


  /* Media Queries for Responsiveness */