I wanted to move this login form to the center of the page but it will not. I tried padding
, text-ident
, align
, nothing makes these input
move, except for the button nothing moves, even doing until copied and pasted, it does not change place at all, so I'll post the code all.
Code:
body { background-color: black;} body {color: white;}
FireTecOfficial-Access page
Please log in to access your account
<!--Sistema de Login-->
<form>
<table>
<label for="login">Login:
<input type="text" id="login" name="login" placeholder="Codigo do cidadão" size="10"><br />
<label for="Senha">Senha:
<input type="password" name="senha" placeholder="Senha" size="10"><br />
<input style="text-indent: 1100px;" type="submit" name="botao-Acessar" value="Acessar" ><br />
<input type="checkbox" name="manterconectado" value="Manter conectado"/> Manter conectado <br />
<input style="text-indent: 1100px;" type="checkbox" name="termoseservicos" value="Li e Aceito os termos de uso"/> Li e Aceito os termos de uso<br />
</table>
</form>