diff --git a/themes/fid/templates/fid/user/init.phtml b/themes/fid/templates/fid/user/init.phtml
index 059c44c0effbe2016cbe9ce6e0b46723560d4939..9f2077e5585703db859bafa09217e9f70c06584b 100644
--- a/themes/fid/templates/fid/user/init.phtml
+++ b/themes/fid/templates/fid/user/init.phtml
@@ -129,7 +129,7 @@ $elemSubmit->setAttributes(['class' => 'btn btn-primary']);
     <a class="back-to-login btn btn-link"
        href="<?= $this->url('myresearch-userlogin') ?>">
         <i class="fa fa-chevron-left" aria-hidden="true"></i>
-        <?= $this->transEsc('Back') ?>
+      <span class="decorate"><?=$this->transEsc('Back')?></span>
     </a>
     <?= $this->formElement($elemSubmit) ?>
 </div>
diff --git a/themes/fid/templates/fid/user/password-reset.phtml b/themes/fid/templates/fid/user/password-reset.phtml
index 02cb1122f8b6b725b91a335cc9131575041139ad..811343424b167fc2292a9a39b6c302a008ee0859 100644
--- a/themes/fid/templates/fid/user/password-reset.phtml
+++ b/themes/fid/templates/fid/user/password-reset.phtml
@@ -78,7 +78,7 @@ $elemSubmit->setAttributes(['class' => 'btn btn-primary']);
 <div class="form-group">
     <a class="back-to-login btn btn-link" href="<?=$this->url('myresearch-userlogin') ?>">
         <i class="fa fa-chevron-left" aria-hidden="true"></i>
-        <?=$this->transEsc('Back')?>
+        <span class="decorate"><?=$this->transEsc('Back')?></span>
     </a>
     <?= $this->formElement($elemSubmit) ?>
 </div>
diff --git a/themes/fid/templates/fid/user/username-change.phtml b/themes/fid/templates/fid/user/username-change.phtml
index 80331a37350bed8bd9c2178bd8ffe066d0311e2e..a87075ee820517dca9d6486bafa98acb5476814b 100644
--- a/themes/fid/templates/fid/user/username-change.phtml
+++ b/themes/fid/templates/fid/user/username-change.phtml
@@ -93,7 +93,7 @@ $elemSubmit->setAttributes(['class' => 'btn btn-primary']);
 <div class="form-group">
     <a class="back-to-login btn btn-link" href="<?=$this->url('myresearch-userlogin') ?>">
         <i class="fa fa-chevron-left" aria-hidden="true"></i>
-        <?=$this->transEsc('Back')?>
+      <span class="decorate"><?=$this->transEsc('Back')?></span>
     </a>
     <?= $this->formElement($elemSubmit) ?>
 </div>