#customer-login {
    width: 100%;
    height: auto;
    background-color: #fff6c0 !important;
    padding:150px 0px;
  }
  #customer-login .customer-portal h3{
    color:#000;
    padding-top:30px;
    font-weight:800;
    font-size:28px;
  }
  #customer-login #cutomer{
    background-color:#fffce8;
    border-radius:10px; 
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);    
  }

  #customer-login #cutomer p{
    font-size:16px;
    color:#000;
    font-weight:600;
    padding:15px 0px;
    padding-left:20px;
  }

  #customer-login #elementor {
    width:100%;
    height:auto;
    border-radius:10px; 
    background-color:#fffce8;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  }

  #customer-login #elementor .elementor-heading-title{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    padding-top:20px;
    font-size: 35px;
    text-align:center;
    font-weight: 900;
    font-style: italic;
  }
  #customer-login #elementor {
    margin:0 auto !important;
  }
  #customer-login #elementor button {
    width: 100%;
    height: 40px;
    font-weight:700;
    font-size:18px;
    font-family: "Poppins", Sans-serif;
    border-radius: 6px !important;
    background-color: #ecd34f !important;
    margin: 20px 0px !important;
    font-style: italic;
  }
  #customer-login #elementor h4{
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
  }
  /* ##################### Track Shipment ########################*/
  
  #track-shipment {
    width: 100%;
    height: auto;
    text-align:center !important;
    background-color: #fff6c0 !important;
    padding:150px 0px;
  }
 #track-shipment #track {
    width: 100%;
    height: auto;
    background-color: #FFFCE8;
    border-radius: 10px;
    padding: 20px 10px;
    margin-left:23%;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  }
  #track-shipment #track h3{
    font-size: 26px;
    color: #000;
    font-weight: 900;
  }
 #track-shipment #track button{
    width: 100%;
    background-color: #f8b73e;
    font-size: 19px;
    font-weight: 800;
    font-family: "Poppins", Sans-serif;
    font-style: italic;
  }
  input#box-size {
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 17px;
    border:1px solid #000;
}
@media only screen and (max-width:900px){
     #track-shipment #track {
        margin-left:0px !important;
     }
  }
@media only screen and (max-width:1200px){
     #track-shipment #track {
        margin-left:0px !important;
     }
  }