#wdc-style .input-group{
    box-shadow: none !important;
    border-radius: 0 !important
}
#wdc-style .large #Search{
    height: auto ! important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: 'Roboto', Sans-Serif !important;
    font-weight: 300 !important;
    border-bottom: 1px solid #bfcde0 !important;
    padding: 20px 0 25px !important;
    border-radius: 0 !important
    
}
#wdc-style .large #Search::-webkit-input-placeholder {
  color: #aebecf;
}
#wdc-style .large #Search::-moz-placeholder {
  color: #aebecf;
}
#wdc-style .large #Search:-ms-input-placeholder {
  color: #aebecf;
}
#wdc-style .large #Search:-moz-placeholder {
  color: #aebecf;
}

#wdc-style .large button#Submit{
    height: auto !important;
    font-weight: 500 !important;
    
}

#wdc-style .input-group .input-group-btn{
    border: none !important;
    padding: 0 !important
}

#wdc-style button#Submit{
    background-color: #0a7eff !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Roboto', Sans-Serif !important;
    padding: 20px !important;
    margin-left: 30px !important; 
    text-transform: capitalize !important;
    box-shadow: none !important
}

#wdc-style .large #Search:focus{
    border-bottom: 1px solid #bfcde0 !important
}

#wdc-style button#Submit:hover{
    background-color: #51D59A !important;
    color: #fff !important
}


