clear cache, remove any cookies, be 100% sure the password is correct. If still no luck, generate new password with
php -r "echo password_hash('your-new-password', PASSWORD_BCRYPT);"
and set this hash as password for the corresponding admin in panel_admins via mysql/phpmyadmin