I had a same problem. And I solved.
Please change your apache configuration.
httpd.conf
AllowOverride None > AllowOverride All
And restart apache server.
You can login in chrome.
Other best solution see below.
Run php bin/magento setup:static-content:deploy through commond line on project path (/c/xampp/htdocs/projectfolder Or public_html/project).
Don't waste your time, after running the previous commands and solutions, change your browser, TRY IN ANOTHER BROWSER, NO KIDDING!!! this will save you hours.