AliceClass/login/index.md

35 lines
823 B
Markdown
Raw Normal View History

2024-05-23 01:23:48 -03:00
---
layout: default
title: About
lang: pt
---
<div class="auth-conteiner is-flex is-align-items-center is-justify-content-center">
<div class="box">
<h1 class="has-text-centered is-size-4 has-text-weight-semibold mb-6">Entrar no AliceCast</h1>
<form>
<label>Login:</label>
<input class="input my-3">
<label>Senha:</label>
<input class="input my-3">
<button class="button is-fullwidth mt-4">Logar</button>
</form>
<p class="mt-4">Esqueceu sua senha? <a>Lembre-se aqui</a></p>
</div>
</div>
<style>
.auth-conteiner{
position: absolute;
top: 0%;
right: 0%;
width: 100%;
height: 100%;
font-family: 'Roboto', sans-serif;
}
.box{
width: 20vw;
}
</style>