<!-- Account created template @author Pierre HUBERT --> <!-- Page style updated --> <style> .content-wrapper { background-image: url({background_img_url}); background-position: 10% 50%; } .page_account_created { display: table; padding-top: 20px; width: 100%; } .message_container { display: table-cell; vertical-align: middle; } .message { background-color: #fff9; max-width: 500px; margin: auto; text-align: center; padding: 20px; } </style> <!-- Page content --> <div class="page_account_created"> <div class="message_container"> <div class="message"> <h1>Congratulations!</h1> <br /> <h4>Your account has been successfully created! <br /> Login now to use all the features of Comunic!</h4> <br /> <a target="login" class="btn btn-primary btn-lg">Login</a> </div> </div> </div>