You can redirect from HTTP to HTTPS by adding the following code in your .htaccess file, If it is not there, you can make a file and after add it:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
Where, example.com is your domain name.
Global - $ (USD)
Customer Login