1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-09 07:08:15 -05:00

better styling for login card

This commit is contained in:
Kyle Spearrin 2018-03-23 15:57:36 -04:00
parent bbaafab04b
commit c9fdec55b5

View File

@ -3,7 +3,9 @@
ViewData["Title"] = "Login";
}
<div class="card w-50 m-auto">
<div class="row justify-content-md-center">
<div class="col col-lg-6 col-md-8">
<div class="card">
<div class="card-body">
<p>Please enter your email address below to log in.</p>
<form asp-action="" method="post">
@ -20,4 +22,5 @@
</form>
</div>
</div>
</div>
</div>