body { font-family: Arial, sans-serif;
     margin: 20px;
     }
 form { width: 90%; 
    margin: 0 auto;
     padding: 10px;
      border: 1px solid #ccc;
       border-radius:10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
h1, h2, h3, h4, h5, h6 {
        margin-top:5px;
        margin-bottom:1px;
}  
label { display: inline;
     margin-top: 15px;
     margin-bottom: 5px;
     margin-left: 5px;
} 
input[type="text"] { width:100%;
      padding: 10px ,0px,0px,10px;
      margin-bottom: 10px;
       border: 1px solid #ccc; 
} 
input[type="submit"] { background-color: #4CAF50;
     color: #fff;
      padding: 10px 20px;
       border: none;
        border-radius: 5px;
         cursor: pointer;
}
input[type="submit"]:hover { background-color: #3e8e41; }

   .input-group {
    display: fixed;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    margin-bottom: 15px;
   }
   .input-group input{
    width:200px;
    padding:10px;
    margin-top:5px;
    border:1px solid #ccc;
   }
   .input-group-long input{
    width: 75%;
    padding-top:10px ;
    padding-bottom:10px;
    margin:5px;
    border:1px solid #ccc;
   }
   .input-group-yes_no input{
     /* display: flex;
      flex-wrap:nowrap;
      */
      width:10%;
      padding:10px;
      margin-bottom:5px;
      margin-top:5px;
      border:1px solid #ccc;
   }
   .input-visatpye input{
      margin-left: 10px;
   }
   input[type="date"]{
      width:100px;
   }
   #ssno {
      width:100px;
      }
   input[type="number"]{
      width:100px;
   }   
   input[type="submit"]{
    background-color: #4CAF50;
    color:#fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor:pointer;
   } 
   input[type="submit"]:hover {
    background-color: #3e8e41;
   }
   .footnote {
      width: 90%; 
      margin: 0 auto;
       padding: 20px;
        border: 1px solid #ccc;
         border-radius:10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   }
   input.search {
      width: 20em;  height: 2em;
   }
   .input-box{
      border:1px solid hsla(0, 3%, 6%, 0.981);
      gap:15px;
      /* flex-wrap:wrap;
      display:flex; */
      padding:10px;
   }
   #previousemployeraddr {
      width:50%;
   }
   #address {
      width :75%;
   }


.heading-button-row {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 10px;
}

.centered-heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: .75em;
}

.closeform {
    padding: 6px 12px;
    background-color: #d9534f;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width : 100px;
}