/*
Theme Name: One Key VPN
Theme URI: ''
Author: Mahfoudh 
Author URI: https://mahfoudh.ru
Description: A custom WordPress theme for One Key VPN service.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onekeyvpn
Tags: custom-theme, vpn, responsive
*/




/* custom css  */
.wptelegram-login-output-wrap {
	display: flex;
    justify-content: center;
}

.login-modal-body {
	background: #1f1f1f;
}

.login-form-divider span {
	color: white;
    background: #1f1f1f !important;
}
.login-modal-header {
	background: #1f1f1f;
}
.login-modal-title {
	color: white !important;
}

.login-form-input {
	background: #171717 !important;
	color: white !important;
}