/**
 *
 * Advanced login. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2016, Galandas, http://phpbb3world.altervista.org
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

#login_popup {
	font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.2em;
	display: none;
	padding: 6px 8px;
	position: absolute;
	z-index: 99;
	border: 1px solid #869aa770;
    box-shadow: 0 0 5px 3px rgb(20 42 61 / 19%);
}

#login_popup p {
	text-align:center;
}

#login_popup_buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}