Hi LittleET,
To help with site security so that only your IP address can access the joomla admin login page place a .htaccess file in the administrator folder on your site as below if you have a static IP address. Don't if you use a dynamic IP address, because dynamic means your IP address will change and you will be locked out and require constant ftp file changes of the .htacess file.
You can find out from your ISP if you are using static or dynamic IP's for your internet connection. If static then visit the website
www.whatsmyip.org/ to obtain your IP.
If you use static IP then follow these instructions..
Create a .htaccess file and place in folder as below.
public-html/administrator/ folder
Then place below in bold in the .htaccess file.
Order Deny,Allow
Deny from all
Allow from yyy.yyy.yyy.yyy
yyy.yyy.yyy.yyy = your IP address
Also to improve security make sure you update your login passwords with good strong security passwords for ftp,cpanel and joomla access.
Hope this helps.
Cheers