  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
  * 
  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  /* --------------------container for logo---------------------- */
  /* #section {
    display: flex;
    padding: 0.301px 0px 121px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: -0.021px;
  } */

  #container
  {
    display: flex !important;
    height: 88.72px !important;
    padding: 14.698px 0px 14.022px 0px !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #fff !important;
  }
  #logo 
  {
    width: 237px;
    height: 60px;
    flex-shrink: 0;
  }

  .container-fluid 
  {
    /* height: 1000px !important; */
    background-color: #f4f7fa !important;
  }

  /* .container {
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top:0%;
    margin-top:0%;
  } */

  .card 
  {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 400px;
    /* height: 685px !important; */
    background-color: #ffffff;
    padding: 10px 30px;
  }

  /* .card_title {
    text-align: center;
    padding: 8px;
  } */

  /* .card_title h1 {
    font-size: 26px;
    font-weight: bold;
  } */

  .form input 
  {
    display: flex;
    width: 339px;
    height: 50px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #EAECED;
    margin-top: 15px;
  }

  .form button 
  {
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
    border: none;
    padding: 20px 15px;
    width: 100%;
    margin-top: 20px;
  }

  /* .card_terms {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .card_terms input[type="checkbox"] {
    background-color: #e2e2e2;
    margin:20px;
  }

  .card_terms span {
    margin: 5px;
    font-size: 13px;
  }

  .card a {
    color: #4796ff;
    text-decoration: none !important;
  } */

  /* .start{
    display: flex;
    width: 69.386px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

  } */

  label 
  {
    display: flex !important;
    margin-bottom: -10px !important;
    padding-top: 30px !important;
  } 
  #heading
  {
    font-weight: normal !important;
    text-align:center !important;
  }
  #heading a
  {
    text-decoration: none;
    color:#161C2D;
  }

  #img
  {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    position:absolute;
    bottom: 142px;
    right: 60px;
  }
  
