@import url('app_1.min.css');
@import url('app_2.min.css');
@import url('social.css');
.login-content {
	background-repeat: no-repeat;
	background-position: top center;
}
.lcb-navigation a[data-ma-block="#l-login"]:hover {
    width: 125px;
}
.lcb-navigation a[data-ma-block="#l-google"]:hover {
    width: 125px;
}
.lcb-navigation a[data-ma-block="#l-forget-password"]:hover {
    width: 147px;
}
#client_logo {
	position: absolute;
	width: 100%;
	max-width: 180px;
	left: 50%;
	margin-left: -90px;
	top: 20%;
}


.lcb-form {
	position: relative;
}
#vl {
	border-right: 1px solid #ccc;
	width: 1px;
	position: absolute;
	left: 43%;
	top: 0;
	z-index: 2;
	height: 80%;
	margin-top: 5%
}
#or {
	color: #010101;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 25px;
	position: absolute;
	left: 43%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
	background: #ffffff;
}
.lc-block {
    max-width: 600px;
}
form {
	margin-left: 20px;
}
.alert {
	z-index: 4;
}
#or_hr {
	position: relative;
	margin: 40px 0px!important;
}
#or_hr:after {
	content: "or";
	color: #010101;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
	background: #ffffff;
}
@media (max-width: 767px) {
	.btn-facebook, .btn-google, .btn-linkedin, .btn-yahoo, .btn-twitter {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		line-height: 30px;
		font-size: 24px;
		margin: 0px 10px;
		color: transparent!important;
	}	
	.btn-facebook i, .btn-google i, .btn-linkedin i, .btn-yahoo i, .btn-twitter  i {
		border-right-color: transparent;
		left: -4px;
		position: relative;
		color: #FFF;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	#client_logo {
		top:5%;
	}
}
@media (max-width: 524px) {
	.btn-facebook, .btn-google, .btn-linkedin, .btn-yahoo, .btn-twitter {
		margin: 0px 5px;
	}
}
@media (max-width: 460px) {
	.btn-facebook, .btn-google, .btn-linkedin, .btn-yahoo, .btn-twitter {
		margin: 0px 0px;
	}
}