ComunicWeb/assets/templates/pages/accountCreated.tpl
2018-04-11 12:25:50 +02:00

47 lines
838 B
Smarty

<!--
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! 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>