View file themes/adaptiv/template/user.login.php

File size: 553B
<form class="text-center" method="post" action="">
	<input type="text" name="login" maxlength="32" placeholder="Ваш логин" autocomplete="off" ><br><br>
	<input type="password" name="password" maxlength="64" placeholder="Ваш пароль" autocomplete="off"><br><br>
	<button>Авторизация</button>
	<br/>
	<a href="/user/checkin/">
		<div class="buttonaut">
			Регистрация на сайте
		</div>
	</a>
	<div class=""> <a style="" class="zp" href="/user/recovery/">Забыли пароль?</a> </div>
</form>