I solved it with the code below, thanks!
@media screen and (max-width:580px) {
div#wpdmreg .col-sm-5, div#wpdmreg .col-sm-6 {
padding-left: 15px!important;
}
.w3eden .row, .w3eden .form-group {margin-bottom: 0!important;}
.w3eden .input-group { margin-top: 15px!important;}
.w3eden .btn {margin-top: 15px;}
}
@media screen and (min-width:581px) {
div#wpdmreg .col-sm-5 {
margin-bottom: 5px;
}