Make your forms responsive with this snippet of code.

<style>
.moonray-form
{
    width: 100%!important;
    max-width: 400px; /* Or whatever maximum width you would prefer to change it to */
}
</style>


Learn More :