diff --git a/themes/bootstrap3/templates/myresearch/account.phtml b/themes/bootstrap3/templates/myresearch/account.phtml
index 22e742f9f2dc645ac81aac466b1c94d11b019a2a..dbd29f4ba831f87d4881cb4be485d79eaea5d45a 100644
--- a/themes/bootstrap3/templates/myresearch/account.phtml
+++ b/themes/bootstrap3/templates/myresearch/account.phtml
@@ -10,7 +10,13 @@
 
 <form method="post" name="accountForm" id="accountForm" class="form-horizontal" data-toggle="validator" role="form">
   <?=$this->auth()->getCreateFields()?>
-  <?=$this->recaptcha()->html($this->useRecaptcha) ?>
+  <? if ($this->useRecaptcha): ?>
+    <div class="form-group">
+      <div class="col-sm-9 col-sm-offset-3">
+        <?=$this->recaptcha()->html($this->useRecaptcha) ?>
+      </div>
+    </div>
+  <? endif; ?>
   <div class="form-group">
     <div class="col-sm-3">
       <a class="back-to-login btn btn-link" href="<?=$this->url('myresearch-userlogin') ?>"><i class="fa fa-chevron-left"></i> <?=$this->transEsc('Back')?></a>