 ::placeholder { 
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1; /* Firefox */
      }
body{
	background:#fff;
/*#d1cea5*/
}

      .lead {
        padding: 58px 0;
        font-size: 21px;
        color: #777;
      }

      .sweet-alert h2 {
        padding: 12px 3rem;
        color: black;
        margin-top: 10px;
      }

      .confirm {
        padding: 12px 2rem;
        background-color: #D40511;
      }

      .navbar-head {
        background-color: #FECD00;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: sans-serif;  
        font-weight: bolder;
        font-size: 2rem;
        text-align: center;
        position: relative;
        padding: 1rem;
        gap: 1rem;
      }

      .logo {
        width: 225px;
        height: auto;
      }

      .title {
        flex-grow: 1;
        text-align: center;
        color: black;
      }

      .header_nav {
        padding: 0;
        color: white;
      }

      .dhl-section {
        display: grid;
        place-items: center;
      }

      .dhl-container {
        height: 90vh;
        display: grid;
        place-items: center;
      }

      .dhl-form {
        background: white;
        border-radius: 12px;
      }
      
    .g-recaptcha {
     display: block;         /* Make it block-level */
     margin: 20px auto;      /* Center horizontally and add vertical spacing */
     width: fit-content;     /* Shrink to the content width */
    }

      button.btn-1 {
        width: 100% !important;
        margin: 5px 0px !important;
      }

      .dhl-container .dhl-form form {
        padding: 5%;
      }

      .dhl-form h1 {
        /* padding: 3rem 0px 0px 0px; */
      }

      .footer-menu a:hover {
        background-color: #d40511;
        color: white;
      }

      @media only screen and (max-width: 768px) {
      .navbar-head {
    flex-direction: column;
    font-size: 1.5rem;
  }
  
  .footer-menu a {
    display: block;
    margin: 0.5rem 0;
  }
  
}

/* Resend Link */
.resend-password {
    text-align: right;
    margin-top: -10px;
    font-size: 14px;
    color: #d40511;
    cursor: pointer;
}

.resend-password:hover {
    text-decoration: underline;
}


/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);

    justify-content: center;
    align-items: center;
}


/* Popup Box */
.modal-content {
    background: #fff;
    width: 500px;          /* popup bada */
    max-width: 90%;        /* mobile ke liye */
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    position: relative;
}


.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    color: #777;
    cursor: pointer;
}


.modal h3 {
    margin-top: 0;
    color: #333;
}


input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


.submit-btn {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    background: #d40511;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.submit-btn:hover {
    background: #b0040d;
}