TemplateToaster provide option to set Contact form label's alignment to either right or left. To set contact form label's alignment to left, please follow the steps provided below:Go to TemplateToaster -> Double click the contact form to edit -> Label Typography -> Alignment -> Left -> Save.To set Google "reCAPTCHA" alignment to right, please follow the steps provided below:Go to WordPress backend -> Appearance -> Theme options -> General -> Custom CSS -> paste the css given below -> Save..form-horizontal .form-group:nth-last-child(3) .col-sm-8 {float: right;}