@rodsalm are you sure you are using my plugin? When I do view source, there is this in the HTML
/**
* Custom Login by Austin Passy
*
* Plugin URI : https://austinpassy.com/wordpress-plugins/custom-login
* Version : 2.1.2
* Author URI : https://austinpassy.com
* Extensions : https://extendd.com/plugins/tag/custom-login-extension/
*/
html {
}
#login form {
background-color: #21b73c;
border: 4px solid #3FA64C;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 5px 5px 18px #464646;
-moz-box-shadow: 5px 5px 18px #464646;
-ms-box-shadow: 5px 5px 18px #464646;
-o-box-shadow: 5px 5px 18px #464646;
box-shadow: 5px 5px 18px #464646;
}
#login h1 a {
background-image: url('https://robglennieconsulting.rodsalm.com/wp-allcontent/uploads/2012/11/RGC_SmallLOGO_200x75px-e1354470301166.png');
background-position: left top;
background-repeat: no-repeat;
}
#loginform label {
color: #ffffff;
}