#ajax-login-block {
	display: none;
	/* background-color: rgba(255,255,255,0.8); */
	height: 100%;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30001;

}

#ajax-loader {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
}

.ajax-body-login {
	border: none 1px #4e5d46;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000000;
	display: none;
	/* background: rgba(0,0,0,.2); */
	/* background: #fff; */
	width: 800px;
	height: 70%;
	overflow: auto !important;
}

.ajax-body-login>div {
	background-color: #fff;
	border: solid 1px #E9E7DF;
	padding: 60px;
	display: none;
}

.ajax-body-login .account-register .ajax-content {
	padding-bottom: 20px;
}

.ajax-content .buttons>div {
	float: none !important;
	text-align: right;
}

.ajax-content .alert {
	margin-top: 10px;
}

.ajax-load-img {
	display: none;
}

.a-close-frm {
	color: #38383E;
	position: absolute;
	top: 20px;
	right: 20px;
}

.a-close-frm i {
	font-size: 30px;
}

@media(max-width: 767px) {
	.ajax-body-login {
		width: 80%;
		height: 85%;
	}
}
