the code to center an ionic 2 button is very simple, the following is the example code on how to achieve a button in the middle of the screen:

<ion-buttons padding text-center>
<button ion-button>Login</button>
</ion-buttons>   

hope that help