Заходите в админка - управление дизайном - пользователи - форма входа
Заменяте весь текущий код на этот:
Code
<?if($PAGE_ID$="login")?><DIV style="width: 180px;"><?endif?>
<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"><?if($ERROR$)?><TBODY><TR><TD colspan="2" style="color: red; text-align: center;"><P><SPAN style="font-size: 8pt;">$ERROR$</SPAN></P><P><IMG src="http://s51.radikal.ru/i133/0811/5c/c2a3df5682c5.gif"></P></TD><?endif?></TR><TR><TD width="20%" nowrap="nowrap"><SPAN style="font-size: 8pt;">Л</SPAN><SPAN style="font-size: 8pt;">огин:$UID_ICON$</SPAN></TD><TD><INPUT class="loginField" name="user" value="" size="20" style="width: 100%;" maxlength="50" type="text"></TD></TR><TR><TD><SPAN style="font-size: 8pt;">Пароль:</SPAN></TD><TD><INPUT class="loginField" name="password" size="20" style="width: 100%;" maxlength="15" type="password"></TD></TR></TBODY></TABLE>
<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"><TBODY><TR><TD nowrap="nowrap"><INPUT id="rem$PAGE_ID$" name="rem" value="1" checked="checked" type="checkbox"><SPAN style="font-size: 8pt;"><LABEL for="rem$PAGE_ID$">запомнить</LABEL></SPAN> <?if($PAGE_ID$="login")?><BR><INPUT id="hid$PAGE_ID$" name="hidden" value="1" type="checkbox"><SPAN style="font-size: 8pt;"><LABEL for="hid$PAGE_ID$">скрытый</LABEL></SPAN><?endif?></TD><TD startcont="this" align="right" valign="top"><INPUT class="loginButton" name="sbm" value="Вход" type="submit"></TD></TR><TR><TD colspan="2"><DIV style="font-size: 7pt; text-align: center;"><A href="$REMINDER_LINK$">Забыл пароль</A> · <A href="$REGISTER_LINK$">Регистрация</A></DIV></TD></TR></TBODY></TABLE>
<?if($PAGE_ID$="login")?></DIV><?endif?>