arimakidd
Hi,
I applied the suggestion in this tips: https://www.gavick.com/documentation/joomla/terms-conditions-registration-checkbox into your site and it's showing fine now.
Basically, you will need to create an article--which will contain the text for term of services, then go to User Profile plugin in backend of your site > load that article.
Beside that, I also add this custom CSS code into the 'custom.css' file on your site to solve the conflict in style of K2 and Joomla:
#k2Container.k2AccountPage .modal { display: inline-block !important; }