body {
    padding: 25px;
    background-color: #f3f1f6;
   
    background-repeat: no-repeat;
    background-size: cover;
    xbackground-attachment: Sticky;
    font-family: Montserrat, sans-serif;
  }
 .video-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* ensures video covers the screen */
      z-index: -1; /* put behind content */
    }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
  }

  h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  h6 {
    color: white;
    background-color: #316029;
    margin-bottom: 15px;
    padding: 10px;
    padding-left: 20px;
    border-radius: 5px;
  }


  .form-label {
    font-weight: bold;
  }

  .btn-primary {
    background-color: #316029;
    border-color: #316029;
  }

  .btn-primary:hover {
    background-color: #316029;
    border-color: #316029;
  }

  .btn-secondary{
    margin-bottom: 15px;
  }

  /* Add this CSS to your style.css or in a <style> tag within your HTML */
.custom-file {
    position: relative;
  
}

.custom-file input[type="file"] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.5rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
