How do I move the location of the Recapcha button? http://artbasicscourse.com/register
Why isn't this built into the theme spam bot registrations could be a real problem.
Well this is a buddypress page and we just use the styling and template of the Buddypress register page .
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
.register.buddypress.page div#security-section {
position: relative;
float: left !important;
clear: both;
width: 100%;
}