
/* =========================================================================
/* ====== USER SIGNIN + REGISTER CTA ELEMENTS & STYLES
/* =======================================================================*/

body.modal-active {
	overflow: hidden;
}

.modal-mask {
	background: rgba(255, 255, 255, 0.97);
	height: 100%;
	position: fixed; bottom: 0; left: 0; right: 0; top: 0;
	width: 100%;
	z-index: 900;
}

.login-register {
	height: auto;
	min-height: 230px;
}

.login-panel, .register-panel {
	background: #E3E3E3;
	border: 1px solid #CCC;
	height: auto;
	min-height: 260px;
	padding: 15px;
}

.register-panel {
	background: #F3F3F3;
	border-left-color: transparent;
	position: relative;
}

.login-panel h1, .register-panel h1 {
	color: #444;
	font-size: 22px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.register-panel h1 {
	margin-bottom: 17px;
}

.login-field {
    position: relative;
}

.login-register .panel-input {
	background: #FAFFBD;
	border: 1px solid #CCC;

	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	font-size: 18px;
	height: 40px;
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

.login-register .login-submit {
	background: #08C;
	border: none;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-weight: 500;
	height: 40px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.login-register .remember, .login-register .forgot-pass {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 0 17px 0;
}

.login-register .forgot-pass {
	float: right;
	font-weight: bold;
	line-height: 22px;
}


.register-panel h6 {
	color: #999;
	display: block;
	font: italic 400 14px/20px 'Georgia', 'Serif';
	margin: -1px 0 14px 0;
}

.register-panel .perks {
	color: #555;
	list-style: none;
	margin: 15px 0;
}

.perks li {
	font-size: 12px;
	margin: 0;
}

.perks li:last-of-type {
	margin: 0;
}

.register-panel .register-now {
	border-radius: 3px;
	color: #555;
	display: block;
	font-weight: 500;
	height: 40px;
	margin: 19px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#quick_login { margin: 0; }

#quick_login .modal-input {
	background: #FAFFBD;
	border: 1px solid #DDD;

	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	font-size: 18px;
	height: 40px;
	margin: 0 0 12px 0;
	padding: 5px 10px;
}

#quick_login .remember-container {
	display: block;
	float: left;
	height: 20px;
	margin: 22px 0 0 0;
}

.forgot-pass {
	color: #AAA;
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}