#dhl-awb-form, #pickup-section{
  margin: 0px auto;
  width: 500px;
}

#dhl-tracking-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#dhl-awb-form #awb_number, #pickup-section #pickup_date, #pickup-section #pickup_time{
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: initial !important;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#dhl-awb-form label{
  font-weight: bold;
  font-size:16px;
}

#dhl-awb-form .verifica, #pickup-section .verifica{
  margin-top:10px;
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: rgba(0,0,0,0);
  border-radius: 5px !important;
  font-size: 14px !important;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
  background-color: #83c550 !important;
  padding: 10px 20px 10px 20px !important;
  cursor:pointer;
  width: 100%;
}

#pickup-section .verifica{
    background-color: #fecb2f !important;
    color: #000 !important;
    font-weight: bold;
 
}

#dhl-awb-form .verifica:hover, #pickup-section .verifica{
    background-color: #ff9900;
}

 #dhl-result, #dhl-result-2{
    padding:10px;
}

 #dhl-result .succes, #dhl-result-2 .succes{
    color: #83c550;
    font-weight: bold;
    text-align: center !important;
}

#dhl-result .error, #dhl-result-2 .error{
    color: red;
    font-weight: bold;
    text-align: center !important;
}

#pickup-section{
    padding-top:30px;
}

#pickup-section label{
  font-weight: bold;
  font-size:16px;
}