
    body {
      background-color: #f8f9fa;
    }

    .navbar {
      /* background-color: rgb(255 255 255 / 0%); */
      background: white;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(0px);
    }
    .navbar-brand img {
      height: 85px;
    }
    .nav-link {
      font-weight: 500;
      color: #333;
    }
    .nav-link:hover {
      color: #006001;
    }

    h2.job-title {
      margin-top: 112px;
    }

    p.job-decpara {
      font-size: 18px;
    }


    @media (max-width: 768px){
      p.job-decpara {
        font-size: 14px;
      }
    }
   

    .job-form {
      background-color: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-top: 60px;
    }

    .jobform-start{
      margin-top: 35px;
    }
    
    .form-control:focus {
      box-shadow: none;
      border-color: #007bff;
    }

    .d-grid {
        background: #006001;
    }

    button.jobsubmit {
      background: #006001;
      color: white;
      height: 37px;
      border: none;
    }


    .form-label {
      font-weight: 500;
    }

    button#submit {
      color: white;
  }

  .form-label {
    font-weight: 500;
  }


    footer a {
      text-decoration: none;
    }


    @media (min-width: 992px) {
      .col-md-8.col-lg-6.form-content {
        width: 82%;
    }
  }
   

   
  


 

   
