diff --git a/www/templates/home/home.html b/www/templates/home/home.html
index 93af7402168ca0a69de3c53719b14030434bbe51..9ee1d7940d0db9ecf89bf1f46de861f82de9eb61 100644
--- a/www/templates/home/home.html
+++ b/www/templates/home/home.html
@@ -78,8 +78,8 @@
       </div>
 
       <button type="button"
-              class="button button-block button-energized-100 button-raised ink visible-xs visible-sm"
-              ui-sref="app.view_wallet" ng-show="!login" translate>COMMON.BTN_LOGIN</button>
+              class="button button-block button-stable button-raised ink visible-xs visible-sm"
+              ui-sref="app.view_wallet" ng-if="!login" translate>COMMON.BTN_LOGIN</button>
       <button type="button"
               class="button button-block button-assertive button-raised icon icon-left ion-wand ink-dark visible-xs visible-sm"
               ng-click="logout()" ng-if="login" translate>COMMON.BTN_LOGOUT</button>