*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /* adding <span id="IL_AD7" class="IL_AD">background image</span> */
  
  /* Center content vertically and horizontally */
  .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .form{
    width: 350px;
    height: auto;
    background-color: #e3e6f3;
    box-shadow: 0 5px 30px black;
  }
  .heading h2{
    padding: 3px;
    margin: 30px 0px 10px 30px;
    border-style: none;
    background-color: transparent;
    color: black;
    font-size: 20px;
    font-weight: 600;
  }
  .formGroup{
    display: flex;
    justify-content: center;
  }
  .formGroup input{
    border: none;
    width: 80%;
    padding: 7px;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: 2px solid #000000;
    color: black;
    font-weight: bold;
    font-size: 14px;
  }
   
  input:focus{
    outline: none;
    font-size: 17px;
    background-color: transparent;
  }
  .text{
    color: rgb(42, 41, 41);
    font-size: 13px;
  }
  .btn2{
    padding: 10px!important;
    outline: none!important;
    width: 150px!important;
    border-radius: 20px!important;
    border-style: none!important;
    background-color: #088178!important;
    color: #fff!important;
    font-weight: 600!important;
    margin-top: 15px!important;
    transition: 0.5s!important;
    text-align: center!important;
    margin: 0 0 1em 0 ;border: 2px solid #088178 !important;
    cursor: pointer;
  }
    .btn2:hover{
      background-color: #ffffff!important;
      color: #088178!important;

      
    }

  /* .status {
   color: green;
   text-align: center;
   margin: 5px;
   font-weight: 600;
  } */

  .heading h2{
    font-size: 30px;
  }