2023-06-15 21:00:08 +00:00
|
|
|
<div id="modal-login" class="modal">
|
2023-06-15 22:52:16 +00:00
|
|
|
<form class="card relative mx-auto my-[10%] w-4/5 lg:w-1/3 form-login" href="">
|
2023-06-15 21:00:08 +00:00
|
|
|
<span class="heading">{{ .strings.login }}</span>
|
|
|
|
<input type="text" class="field input ~neutral @high mt-4 mb-2" placeholder="{{ .strings.username }}" id="login-user">
|
|
|
|
<input type="password" class="field input ~neutral @high mb-4" placeholder="{{ .strings.password }}" id="login-password">
|
|
|
|
<label>
|
|
|
|
<input type="submit" class="unfocused">
|
|
|
|
<span class="button ~urge @low full-width center supra submit">{{ .strings.login }}</span>
|
|
|
|
</label>
|
|
|
|
</form>
|
|
|
|
</div>
|