20 lines
488 B
PHP
20 lines
488 B
PHP
<style>
|
|
* {box-sizing: border-box}
|
|
|
|
.contentDiv{
|
|
margin:0px auto;border:1px solid #ccc;background:#FFFFFF;
|
|
}
|
|
.innerDiv{
|
|
padding: 50px;font-size: 18px;font-weight: bold;
|
|
}
|
|
.lginLink{
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
<div class="col-md-8 contentDiv">
|
|
<div class="innerDiv">
|
|
<p>A password reset link has been sent to your email account. Please check your inbox and follow the instruction.</p>
|
|
<br><br><br>
|
|
</div>
|
|
</div>
|