NpLogin is a WordPress plugin which will change the look of WordPress login and registration page.
You can use this plugin on your themes as well.
To include in your theme you’ll have to copy the following files and directories into your theme.
- nplogin-4-themes.php (php file)
- nplogin-4-themes.css (css file)
- images/ (directory and contents inside it)
In functions.php file of your theme include nplogin-4-themes.php file
<?php include(‘nplogin-4-themes.php’); ?>
That’s it.