RESOLUTION
Plesk uses for login into CP an URL as on example below:https://DOMAIN.TLD:8443/login_up.php3?login_name=admin&passwd=setup&login_locale=en_US
Where 'DOMAIN.TLD' - Plesk server hostname or IP, 'admin' - user name you wish to logim with, 'setup' - the user's password and the 'en_US' is locale.
You can write your own login page and create the form that will post these data to Plesk login page (login_up.php3). Also, you can use Plesk login page (https://DOMAIN.TLD:8443/login.php3) HTML sources as example, open it in the browser and save the central frame that contains login and password input fields.