*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #FFCC00;
    color: whitesmoke;
}
.logo{
    text-align: center;
}
.logo img{
    width: 300px;
    height:150px;
    padding: 0 10%;
}
section{
    text-align: center;
     padding: 0 30%; 
}
.lead{
    padding: 100px 0;
}
.lead button{
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 0;
    background-color: #D40511;
    color: whitesmoke;
    border: transparent;
    border-radius: 10px;
    width: 50%;
}
.pass{
    padding: 90px 0;
}
.pass button{
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 0;
    background-color: #D40511;
    color: #FFCC00;
    border: transparent;
    border-radius: 10px;
    width: 50%;
}
@media only screen and (max-width : 576px) {
    section{
        padding: 0 10%;
    }
    .pass button{
        width: 100%;
    }
    .lead button{
        width: 100%;
    }
    
}



.dhl-container{
    width: 100%;
    /* height: 80vh; */
    text-align: center;
    /* background-color: aliceblue; */

}

.dhl-container img{
  width: 30%;
  padding: 20px 0;
}

.dhl-container h1{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 20px;
}

.dhl-container .dhl-form form{
    padding: 0 5%;
}

.dhl-container .dhl-form form .user{
    width: 100%;
    height: 50px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    border: 1px solid black;
    outline: none;
    border-radius: 5px;
}

::placeholder{
    color: #D40511;
}

.dhl-container .dhl-form form .btn-1{
    width: 100%;
    height: 40px;
    font-weight: 600;
    border: none;
    outline: none;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    background-color: #D40511;
    color: white;
}

.dhl-container .dhl-form form .btn-1 a{
    text-decoration: none;
    color: white;
}


.dhl-container .dhl-form form .btn-new{
    width: 100%;
    height: 40px;
    font-weight: 600;
    border: none;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    background-color: #D40511;
    color: white;
}

.dhl-container .dhl-form form .btn-new a{
   text-decoration: none;
    color: white;
}


.logo{
    text-align: center;
}
section{
    text-align: center;
}
section h1{
    font-size: 52px;
    padding-top: 50px ;
    color: rgb(0, 0, 60);
}
.change_password{
    padding: 70px 0;
}
.change_password input{
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 10px;
    background-color: #D40511;
    color: whitesmoke;
    border: transparent;
    outline: none;
    border-radius: 10px;
    width: 100%;
}

::placeholder{
    color: whitesmoke;
}
.btn-lks{
    background-color: #D40511 !important;
}
.submit{
   
}
.submit button{
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 0;
    background-color: #D40511;
    color: #FFCC00;
    border: transparent;
    border-radius: 10px;
    width: 100px;
}
@media only screen and (max-width : 576px) {
    section{
        padding: 0 10%;
    }
    section h1{
        font-size: 32px;
    }
    .change_password input{
        width: 100%;
    }
   
}


.dhl-container{
    width: 100%;
    text-align: center;
}

.dhl-container img{
  width: 10%;
}

.dhl-container .dhl-form form{
    /*margin-left: 25%;*/
    width: 100%;
}


.dhl-container .dhl-form form .btn-1{
    width: 80%;
    height: 40px;
    font-weight: 700;
    font-style: bold;
    border: 1px solid #D40511;
    border-radius: 5px;
    font-size: 20px;
    background-color: skyblue;
    color: white;
    margin-top: 2%;
}
.dhl_main_heading{
    font-size: 30px;
    font-style: bold;
    margin: 1%;
}
.dhl_second_div{
    background-color: #D40511;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding:15px 50px;
}
.dhl_second_div h4{
    font-size: 25px;
    color: white;
}

.dhl_second_div p{
    font-size: 25px;
    color: white;
}

.mb-3 .form-label{
    padding: 20px;
   background-color: #D40511;
}

.manage_third_div{
    display: flex;
    align-items: center;
}

.manage_third_div1{
    display: flex;
    align-items: center;
}

.dhl_third_div1{
    background-color: #D40511;
    margin-top: 10px;
    width: 100%;
    padding:15px 20px;
}

.dhl_third_div1 label{
    color: white;
    font-size: 25px;
    text-align: left;
    }

    .dhl_button1{
        background-color: rgb(66, 176, 66);
        padding:15px 20px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        width: 50%;
        text-decoration: none;
        color:#FFCC00;
        text-align: right;
        font-size: 25px;
    }

.dhl_third_div{
    background-color: #D40511;
    margin-top: 10px;
    width: 100%;
    padding:15px 20px;
}
.dhl_third_div h4{
color: white;
font-size: 25px;
text-align: left;
}
.dhl_button{
    background-color: rgb(66, 176, 66);
    padding:15px 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    width: 50%;
    text-decoration: none;
    color:#FFCC00;
    text-align: right;
    font-size: 25px;
}
.dhl_change_btn{
margin-top: 50px;
}
.dhl_change_btn .btn-2{
    width: 100%;
    height: 40px;
    margin: 5px;
    font-weight: 700;
    font-style: bold;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    background-color: rgb(66, 176, 66);
    color:#FFCC00;
}

@media only screen and (max-width: 795px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 20px;
    }    

  }
@media only screen and (max-width: 795px) {
    .dhl_third_div h4{  
        font-size: 20px;
    }    

  }

@media only screen and (max-width: 795px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 18px;
    }    

  }
@media only screen and (max-width: 670px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 18px;
    }    

  }

  @media only screen and (max-width: 630px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 16px;
        margin: 0;
        padding: 0;
    }    
    .dhl_second_div{  
        padding:10px 20px;
    }   

  }
@media only screen and (max-width: 630px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 16px;
    }    
    .dhl_third_div{
        padding:15px 10px;
    }
  }



  @media only screen and (max-width: 630px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 16px;
        margin: 0;
        padding: 0;
    }    
    .dhl_second_div{  
        padding:10px 20px;
    }   

  }
@media only screen and (max-width: 522px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 15px;
    }    
    .dhl_third_div{
        padding:10px 10px;
    }
    .dhl_button{
        padding:10px 20px;
    }
  }

  @media only screen and (max-width: 510px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 14px;
    }    
    .dhl_third_div{
        padding:10px 10px;
    }
    .dhl_button{
        padding:10px 20px;
    }
  }
  @media only screen and (max-width: 475px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 12px;
    }    
    .dhl_third_div{
        padding:10px 10px;
    }
    .dhl_button{
        padding:10px 20px;
    }
  }
  @media only screen and (max-width: 450px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 14px;
        margin: 0;
        padding: 0;
    }    
    .dhl_second_div{  
        padding:10px 15px;
    }   

  }

  @media only screen and (max-width: 428px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 12px;
    }    
    .dhl_third_div{
        padding:10px 5px;
    }
    .dhl_button{
        padding:10px 20px;
    }
  }
  @media only screen and (max-width: 400px) {
    .dhl_third_div h4,.dhl_button{  
        font-size: 10px;
    }    
    .dhl_third_div{
        padding:5px 5px;
    }
    .dhl_button{
        padding:5px 20px;
    }
  }
  @media only screen and (max-width: 377px) {
    .dhl_second_div h4 ,.dhl_second_div p{  
        font-size: 14px;
        margin: 0;
        padding: 0;
    }    
    .dhl_second_div{  
        padding:5px 5px;
    }   

  }

  
.dhl-container{
    width: 80%;
    /* height: 80vh; */
    text-align: center;
    /* background-color: aliceblue; */
}

.dhl-container img{
    width: 70%;
    padding: 20px 0;
}


.dhl-container h1{
   font-family: sans-serif;
   font-weight: 600;
   font-size: 35px;
   padding: 10px 0;
}  

.dhl-container .dhl-portal  .new-user{
    width: 80%;
    height: 50px;
    background-color: skyblue;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    border: 1px solid #D40511;
    outline: none;
    border-radius: 5px;
 } 
 
 .dhl-container .dhl-portal form .new-user::placeholder{
    color: black;
 }

 .dhl-container .dhl-portal{
    width: 100%;
    /* background-color: antiquewhite; */
 }

 .dhl-container .dhl-portal .lead-1{
    width: 80%;
    padding: 20px;
    margin: 5px 10%;
    border: 2px solid white;
    background-color: #D40511;
    text-align: left;
 }

 .dhl-container .dhl-portal .lead-1 ul{
    width: 80%;
   list-style-type: none;
 }

 .dhl-container .dhl-portal .lead-1 li{
    font-family: sans-serif;

    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    color: white;
 }

 .dhl-container .dhl-portal .lead-2{
    width: 80%;
    padding: 20px;
    margin: 5px 10%;
    border: 2px solid white;
    background-color: pink;
    text-align: left;
 }

 .dhl-container .dhl-portal .lead-2 ul{
    width: 80%;
   list-style-type: none;
 }

 .dhl-container .dhl-portal .lead-2 li{
    font-family: sans-serif;

    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    color: black;
 }

 .dhl-container .dhl-portal .lead-3{
    width: 80%;
    padding: 20px;
    margin: 5px 10%;
    border: 2px solid white;
    background-color: #D40511;
    text-align: left;
 }

 .dhl-container .dhl-portal .lead-3 ul{
    width: 80%;
   list-style-type: none;
 }

 .dhl-container .dhl-portal .lead-3 li{
    font-family: sans-serif;

    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    color: white;
 }

 .dhl-container .dhl-portal .export{
    width: 50%;
    height: 40px;
    font-weight: 600;

    border: 1px solid #D40511;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    background-color: green;
    color: white;
 }


 .dhl-container .dhl-portal .export a{
    text-decoration: none;
    color: white;
 }


 .dhl-container .dhl-portal .change-psd{
    width: 50%;
    height: 40px;
    font-weight: 600;
    box-shadow: 0 4px 7px rgb(50, 60, 50);
    border: none;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    background-color:#D40511;
    color: white;
 }


 .dhl-container .dhl-portal .change-psd a{
    text-decoration: none;
    color: white;
 }


 .dhl-container .dhl-portal .login{
    width: 50%;
    height: 40px;
    font-weight: 600;
    box-shadow: 0 4px 7px rgb(50, 60, 50);
    border: none;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    background-color:#D40511;
    color: white;
 }


 .dhl-container .dhl-portal .login a{
    text-decoration: none;
    color: white;
 }

 .logo{
    text-align: center;
}
.logo img{
    width: 60%;
    padding: 0 10%;
}
section{
    text-align: center;
}
.view_lead{
    padding: 50px 0;
}
.view_lead button{
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 10px;
    background-color: #D40511;
    color: whitesmoke;
    border: transparent;
    outline: none;
    border-radius: 10px;
    width: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.view_lead button a{
    font-size: 20px;
    color: whitesmoke;
}
::placeholder{
    color: whitesmoke;
}
.pass{
    padding: 60px 0;
}
.view_lead_pass button{
    margin: 10px 0;
    padding: 10px 0;
    background-color: #D40511;
    color: #FFCC00;
    border: transparent;
    border-radius: 10px;
    width: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.view_lead_pass button a{
    font-size: 20px;
    color: #FFCC00;
    text-decoration: none;
}
@media only screen and (max-width : 576px) {
    section{
        padding: 0 10%;
    }
    .view_lead button{
        width: 100%;
    }
    .view_lead_pass button{
        width: 100%;
    }
}

.dhl-container{
    width: 80%;
    /* height: 80vh; */
    text-align: center;
    /* background-color: aliceblue; */
}

.dhl-container img{
    width: 70%;
    padding: 20px 0;
}


  section{
    text-align: center;
}
.second_div_manage{
    margin: 5%;
}

.dhl_second_div_heading{
    background-color: white;
    color: #D40511;
    width: 100%;
    text-align: center;
    border: 1px solid black;
}
.dhl_second_div_heading1{
    background-color: white;
    color: #D40511;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    font-size: 25px;
}

.uplaod_images_section .img_upload_btn{
    background-color: #D40511;
    color: #FFCC00;
    font-style: bold;
    font-size: 25px;
    justify-content: center;
}
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border-radius: 30px;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    /* background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png); */
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{
     background-color:#f1f1f1;
    }
.files:before {
    position: absolute;
    bottom:100px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " Drag or upload image from your computer";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;   
    text-transform: capitalize;
    text-align: center;

}


.dhl-container{
    width: 100%;
    /* height: 80vh; */
    text-align: center;
    /* background-color: aliceblue; */
}


.dhl-container h1{
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 35px;
    padding: 20px 0;
 } 
 
 .dhl-container .dhl-navbar{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    /* padding: 10px 5%; */
    /* background-color: aquamarine; */
 }



 .dhl-container .dhl-navbar .dhl-home .btn-home{
     padding: 10px 40px;
     margin: 0 40px;
     border: none;
     outline: none;
     font-family: sans-serif;
     font-weight: 600;
     font-size: 22px;
     border-radius: 5px;
     background-color: #D40511;
 }

 .dhl-container .dhl-navbar .dhl-home .btn-home a{
    text-decoration: none;
    color: #FFCC00;
}

 .dhl-container .dhl-navbar .dhl-img img{
    width: 250px;
    margin: 0 50px;
 }

 .dhl-container .dhl-navbar .dhl-account .btn-account{
    padding: 10px 40px;
    border: none;
    outline: none;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 22px;
    border-radius: 5px;
    background-color: #D40511;
}

.dhl-container .dhl-navbar .dhl-account .btn-account a{
   text-decoration: none;
   color: #FFCC00;
}

.dhl-container .bulk-data{
    width: 90%;
    display: flex;
    padding: 25px 150px;
    justify-content: center;
    align-items: center;
    margin: 20px 5%;
}

@media only screen and (max-width:992px){
    .dhl-container .bulk-data{
        width: 100%;
        padding: 20px 30px;
        display: block;
    }

    .dhl-container .bulk-data .bulk-text p{
        max-width: 0;
    }

    
    .dhl-container .dhl-navbar .dhl-img img{
        width: 130px;
        margin: 0 20px;
     }

     .dhl-container .dhl-navbar .dhl-home .btn-home{
         padding: 5px 15px;
     margin: 0;
     }

     .dhl-container .dhl-navbar .dhl-account .btn-account{
         padding: 5px 15px;
     margin: 0 ;         
     }

}

.dhl-container .bulk-data .bulk-text{
    width: 100%;
    text-align: left;
}

.dhl-container .bulk-data .bulk-text h4{
    font-family: sans-serif;

    font-size: 22px;
    padding-top: 10px;
    font-weight: 600;
    color: #D40511;
}

.dhl-container .bulk-data .bulk-text p{
    font-family: sans-serif;

    max-width: 400px;
    font-size: 17px;
    padding-top: 10px;
    font-weight: 600;
}


.dhl-container .bulk-data .bulk-input{
    width: 100%;
}

.dhl-container .bulk-data .bulk-input .user-file{
    width: 100%;
    border: 2px dashed black;
    border-radius: 10px;
    padding: 15px 20px;
}

.dhl-container .bulk-data .bulk-input span{
    font-family: sans-serif;

    font-size: 17px;
    font-weight: 600;
    color: #D40511;
}

section{
    text-align: center;
}
.top_bar{
    display: grid;
    /* justify-content: space-around; */
    width: 100%;
    grid-template-columns: repeat(auto-fit,minmax(200px,auto));
     /*padding: 0 5%; */
    position: fixed;
    text-align: center;
    align-items: center;
}
.logo{
    text-align: center;
}
.logo img{
    width: 30%;
     padding: 0 10%; 
}
.navigation h2 a{
    padding: 5px 30px;
    margin: 10px 10px;
    color: #FFCC00;
    text-decoration: none;
    background-color: #D40511;
    border-radius: 5px;
}

  #green{
    background-color: green;
  }
  #blue{
    background-color: blue;
  }

  
.dhl-container{
    width: 100%;
    /* height: 80vh; */
    text-align: center;
    /* background-color: aliceblue; */
}


.dhl-container h1{
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 35px;
    padding: 20px 0;
 } 
 
 .dhl-container .dhl-navbar{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    /* padding: 10px 5%; */
    /* background-color: aquamarine; */
 }



 .dhl-container .dhl-navbar .dhl-home .btn-home{
     padding: 10px 40px;
     margin: 0 40px;
     border: none;
     outline: none;
     font-family: sans-serif;
     font-weight: 600;
     font-size: 22px;
     border-radius: 5px;
     background-color: #D40511;
 }

 .dhl-container .dhl-navbar .dhl-home .btn-home a{
    text-decoration: none;
    color: #FFCC00;
}

 .dhl-container .dhl-navbar .dhl-img img{
    width: 250px;
    margin: 0 50px;
 }

 .dhl-container .dhl-navbar .dhl-account .btn-account{
    padding: 10px 40px;
    border: none;
    outline: none;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 22px;
    border-radius: 5px;
    background-color: #D40511;
}

.dhl-container .dhl-navbar .dhl-account .btn-account a{
   text-decoration: none;
   color: #FFCC00;
}

.dhl-container .bulk-data{
    width: 90%;
    display: flex;
    padding: 25px 150px;
    justify-content: center;
    align-items: center;
    margin: 20px 5%;
}

@media only screen and (max-width:992px){
    .dhl-container .bulk-data{
        width: 100%;
        padding: 20px 30px;
        display: block;
    }

    .dhl-container .bulk-data .bulk-text p{
        max-width: 0;
    }

    
    .dhl-container .dhl-navbar .dhl-img img{
        width: 130px;
        margin: 0 20px;
     }

     .dhl-container .dhl-navbar .dhl-home .btn-home{
         padding: 5px 15px;
     margin: 0;
     }

     .dhl-container .dhl-navbar .dhl-account .btn-account{
         padding: 5px 15px;
     margin: 0 ;         
     }

}

.dhl-container .bulk-data .bulk-text{
    width: 100%;
    text-align: left;
}

.dhl-container .bulk-data .bulk-text h4{
    font-family: sans-serif;

    font-size: 22px;
    padding-top: 10px;
    font-weight: 600;
    color: #D40511;
}

.dhl-container .bulk-data .bulk-text p{
    font-family: sans-serif;

    max-width: 400px;
    font-size: 17px;
    padding-top: 10px;
    font-weight: 600;
}


.dhl-container .bulk-data .bulk-input{
    width: 100%;
}

.dhl-container .bulk-data .bulk-input .user-file{
    width: 100%;
    border: 2px dashed black;
    border-radius: 10px;
    padding: 15px 20px;
}

.dhl-container .bulk-data .bulk-input span{
    font-family: sans-serif;

    font-size: 17px;
    font-weight: 600;
    color: #D40511;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
  }