/*html, body{
    margin: 0;
    padding: 0;
}



.header h1.main-logo{
    font-family: JLR Emeric;
    font-weight: 300;
}

.log-form{
    border: solid 1px #eee;
    box-shadow: 0px 0px 3px #aaa;
    margin-bottom: 60px;
    font-family: JLR Emeric !important;
    font-weight: 300;
	background: #fff;
}


.form-col{
    width: 290px;
    margin: 0 auto;
}


footer{
	width: 100%;
	bottom: 0;
	padding: 15px 10px;
	border-top: solid 1px #ccc;
	background: #fff;
}

.clearfix:after{
	content: "";
	display: table;
	clear: both;
}




@media only screen and (max-width : 576px) {
.main-login-footer {
text-align:Center;
}

.main-login-footer .row .text-right {
text-align:Center !important;
}

}







*/