Jackmail widget email input overflow

It appears that jackmail widget is not responsive on mobile or tablet screen sizes. Just the JavaScript input box is overlapping other areas outside the sidebar.

The following css fixed responsive issue.

input[type=text],
input[type=email] {
width: 100%;
}