/**
*
* @package JVA - Quick Login
* @version $Id$
* @author 2011-2020 KillBill
* @copyright (c) 2014-2020 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://jv-arcade.com/License.html JVA License v1
*
*/

#jv_quick_login_bg {
	display: none;
	position: fixed;
	background: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 16500001;
}

#jv_quick_login_panel {
	display: none;
	box-sizing: border-box;
	position: fixed;
	margin: 0 auto;
	padding: 8px;
	width: 380px;
	top: 25%;
	left: 0;
	right: 0;
	z-index: 16500002;
}

#jv_quick_login_panel .content {
	overflow: inherit;
	position: relative;
}

#jv_quick_login_panel h3 {
	text-align: center;
	margin: 0;
}

#jv_quick_login_panel hr {
	margin: 10px 0 8px 0;
}

.jv_quick_login_options {
	margin: 0 0 7px;
}

.jv_quick_login_options span {
	vertical-align: middle;
}

.jv_quick_login_oauth {
	font-weight: bold;
	text-align: center;
}

#jv_quick_login_close {
	position: absolute;
	right: -1.5%;
	top: -1.5%;
	text-decoration: none;
}

#jv_quick_login_close i {
	font-family: FontAwesome;
	font-style: normal;
	font-size: 200%;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#jv_quick_login_panel {
		width: 320px;
	}
}

@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
{
	#jv_quick_login_panel {
		width: auto;
	}
}
