@CHARSET "UTF-8";

	
	body { }
	
	/* Styling the registration form Popup Window */
	.top {
	padding-right: 20px;
	background: #261F41;
	text-align: right;
}

.popup-trigger {
	display: block;
	margin: 0 auto;
	padding: 20px;
	max-width: 260px;
	background: #4EBD79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	cursor: pointer;
}

.popup {
	display: none;
	position: absolute;
	top: 0px !important;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 50px 30px;
	background: #fff;
	color: #333;
	font-size: 19px;
	line-height: 30px;
	border: 10px solid #150E2D;
	z-index: 9999;
}

.popup-mobile {
	position: relative;
	top: 0;
	left: 0;
	margin: 30px 0 0;
	width: 100%;
}

.popup-btn-close {
	position: absolute;
	top: 8px;
	right: 14px;
	color: #4EBD79;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

/* Styling the login form Popup Window */
.login-top {
	padding-right: 20px;
	background: #261F41;
	text-align: right;
}

.login-popup-trigger {
	display: block;
	margin: 0 auto;
	padding: 20px;
	max-width: 260px;
	background: #4EBD79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	cursor: pointer;
}

.login-popup {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 50px 30px;
	background: #fff;
	color: #333;
	font-size: 19px;
	line-height: 30px;
	border: 10px solid #150E2D;
	z-index: 9999;
}

.login-popup-mobile {
	position: relative;
	top: 0;
	left: 0;
	margin: 30px 0 0;
	width: 100%;
}

.login-popup-btn-close {
	position: absolute;
	top: 8px;
	right: 14px;
	color: #4EBD79;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.error-msg {
	color: red;
	margin-left: 8px;
	margin-top: 10px;
	display: inline-block;
}

.success-msg {
	color: green;
	margin-left: 8px;
	margin-top: 10px;
	display: inline-block;
}

.loading-img {
	margin-left: 8px;
	margin-top: 8px;
	vertical-align: middle;
	width: 30px;
}

.total {
	display: none;
}