html {
    scroll-behavior: smooth;
    font-family: Arial;
  }
  
  .title_container {
    max-width: fit-content;
    width: 100%;
    height: 35px;
    background: aliceblue;
    padding: 15px 32px;
  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .title {
    left: 15px;
    font-size: 30px;
  }
  
  .header_container {
    position: absolute;
    gap: 20px;
    width: 40%;
    top: 8px;
    left: 830px;
    height: 35px;
    padding: 15px;
  }
  
  .header {
    width: auto;
    height: 10%;
    padding: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  
  .header_button {
    background: rgb(38, 3, 125); 
    color:#FDDA0D;
    padding: 23px;
  }
  
  .header_button:hover {
    background-color: rgb(19, 2, 62);
  }

  #form_section {
    position: absolute;
    top: 700px;
  }
  
  #top {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11;
    font-size: large;
    border: none;
    outline: none;
    background-color: #FDDA0D;
    color: rgb(5, 14, 178);
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 20%;
  }
  
  #top:hover {
    background-color: #a78e00;
    color: rgb(29, 39, 231);
  }
  
  .background_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .logo_image {
    position: absolute;
    top: 90px;
    left: 25px;
    width: 42%;
    height: auto;
  }

  .whitebg {
    height: 1500px;
    width: auto;
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
    background: white;
  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }

  input, textarea {
    font-family: Arial; /* Set font family */
    font-size: 15px; /* Set font size */
    font-weight:lighter; /* Make the text bold */
    padding: 10px; /* Padding for spacing */
    box-sizing: border-box; /* Include padding in width/height */
    border-radius: 5px;
  }

  .formBorder1 {
    margin-top: 100px;
    border: 3px solid #2e00a4;
    border-radius: 5px;
    padding: 50px 100px;
    background-color: #ededed;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .formBorder2 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
  }

  #name {
    width: 1000px; 
    height: 20px;
    border: 2px solid black;
  }

  .formBorder3 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 447px;
  }

  .formBorder4 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
  }

  #idCard {
    width: 450px;
    height: 20px;
    border: 2px solid black;
  }

  #phoneNo {
    width: 450px;
    height: 20px;
    border: 2px solid black;
  }

  .formBorder5 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 409px;
  }

  .formBorder6 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
  }

  #IPT {
    width: 450px;
    height: 47px;
    resize: none; /* Prevent resizing (optional) */
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid black;
  }

  #courseName {
    width: 450px; 
    height: 47px; 
    resize: none; 
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid black;
  }

  .formBorder7 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 309px;
  }

  .formBorder8 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
  }

  #duration {
    width: 450px; 
    height: 20px; 
    border: 2px solid black;
  }

  #courseCode {
    width: 450px; 
    height: 20px;
    border: 2px solid black;
  }

  #extra {
    width: 1000px; 
    height: 170px;
    resize: none;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid black;
  }

  .formBorder9 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px; /*THIS IS THE MIDDLE GAP */
  }

  .formBorder10 {
    width: 300px;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .formBorder11 {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .formBorder12 {
    width: 300px;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .otherDoc_eg {
    width: 50%;
    height: 50%;
  }

  .submitBtn {
    width: 1000px ;
    height: 50px;
    background-color: #2e00a4;
    color: rgb(255, 255, 0);
    font-weight: bolder;
    font-size: larger;
    border-radius: 50px;
  }

  .submitBtn:hover {
    background-color: #0d012e;
    color: rgb(255, 255, 255);
  }

