   body {
      /* background: url('./assets/logos/logo.png') no-repeat center center; */
      /* background-size: contain; */
      background-color: #ffffff;
      font-family: Arial, sans-serif;
    }

    .header {
      background-color: #005146;
      color: white;
      padding: 10px 20px;
      display: flex;
     
      align-items: center;
      justify-content: space-between;
    }

    .header img {
      height: 97px;
    }

    .header-title {
      text-align: right;
    }

    .header-title h4, .header-title p {
      margin: 0;
      color: white;
    }
    .appli-btn{
          background-color: #005146;
          border: 1px solid #005146;
    }
    .appli-btn:hover
    {
     background-color: #005146;
    }

    .form-section {
      padding: 40px;
      background-color: rgba(255, 255, 255, 0.95);
      margin: 30px auto;
      border-radius: 10px;
      max-width: 800px;
      background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 97%)), url(../logos/logo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        font-family: Arial, sans-serif;
    }

    .footer {
      background-color: #00473c;
      color: white;
      padding: 20px 15px;
      text-align: center;
      font-size: 14px;
    }

    .footer a {
      color: white;
      text-decoration: none;
    }

    .footer p {
      margin-bottom: 5px;
    }
  
    .section-title {
            background-color: #d6ebe7;
            font-weight: bold;
            padding: 5px 10px;
            margin-top: 30px;
        }
