You should add these styles to a CSS sheet
div .no-padding {
padding:0;
}
button .full-width{
width:100%;
//display:block; //only if you're having issues
}
Then change add the classes to your code
I haven't tested this and I'm not 100% sure what you want, but I think this will get you close.