/* your styles go here */
.form-control.hasDatepicker{
    width: 300px; 
}
@media (max-width:480px){
    .form-control.hasDatepicker{
        width: 100%; 
    }
}
