wordpress login page not getting load-styles.php?

Solution:

Try to add in wp-config.php this code for a quick fix:

define( 'CONCATENATE_SCRIPTS', false );

After that, you have time for debugging.