body {
        padding-top: 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
      }
      .container {
        flex: 1;
        padding-top: 35px;
      }
      .footer {
        text-align: center;
        margin-top: 40px;
        font-size: 0.5rem;
      }
      .my-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 1rem !important;
      }
      .bg-success {
        background-color: #c0b9b9a8 !important;
      }
      .text-success {
        color: #4d4242 !important;
      }
      .bg-danger-light {
  background-color: #ffcccc !important;
}
      
  .custom-logo {
    height: 2.3rem; 
    padding-left: 1rem;
  }
  .icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
.logo-container {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}

.subscript-text {
  font-size: 0.5rem;
  padding-left: 10px;
  position: absolute;
  bottom: 13px;
  left: 7px;
    font-weight: 600; 
}


  @media (min-width: 992px) {
      .navbar-expand-lg .navbar-brand img {
    height: 40px;
}
      .subscript-text {
    bottom: 4px;
    left: 7px;
  }
  }


      @media (max-width: 992px) {
        .navbar .container-xl {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .navbar .navbar-brand {
          order: 1;
          text-align: center;
          width: 100%;
          margin-bottom: 10px; /* Add padding under the logo */
        }
        .navbar .form-light {
          order: 2;
          width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  padding-top: 20px;
        }
        .navbar .form-light .input-group {
  max-width: 400px; /* Adjust this value as needed */
  margin: 0 auto;
}


.form-light{
    padding-top: 35px !important;
}
      }

      footer {
        background-color: #f8f9fa; /* You can change the color as needed */
        padding: 15px; /* Adjust the padding as needed */
        margin-top: 40px;
    }
    
    .link-container {
        font-family: 'Inter', sans-serif;
        text-align: center;
        font-size: 16px; /* Adjust the size as needed */
        color: #4F4F4F; /* Color updated as requested */
    }
    
    .link-container a {
        color: #4F4F4F; /* Color updated as requested */
        text-decoration: none; /* This removes the underline from the links */
        margin: 0 15px; /* Increase space between the links */
    }
    
    .link-container a:hover {
        text-decoration: underline; /* This adds the underline back when hovering over the links */
    }

.center-text {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size: 16px; /* Adjust the size as needed */
    color: #333; /* You can change the color as needed */
}

.center-text a {
    color: #333; /* You can change the color as needed */
    text-decoration: none; /* This removes the underline from the links */
}
.center-text a:hover {
    text-decoration: underline; /* This adds the underline back when hovering over the links */
}

.header-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
    margin-right: 20px;
    font-size: 16px;
    color: #333; 
    text-align: center;
  }
  
  @media (max-width: 992px) {
    .header-text {
      order: 2;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }

  .bg-body {
    --x-bg-opacity: 1;
    background-color: #d6e2ee !important;
}