if you want to make a login from the form, go to config.inc.php and change
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Now restart the application server, and if you get phpmyadmin, it will prompt you to enter a username and password.