#content-holder{
	margin: 0 20px 20px;
}                        
.color{
	color: rgb(17, 85, 204) !important
}

/*new*/
.ace-button.btn-link {
	padding: 0;
	font-size: 14px;
	color: #666 !important;
}
.ace-button.btn-link:hover{	
	color: rgb(17, 85, 204) !important;
}
.ace-background-image {
	/*background-image: url(/img/login/bg-6.jpg);*/
	background-image: url(/img/login/login-bg-3_new.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
}

#forgot-pass-text {
    margin: 0px !important;
    color: #333;
    font-size: 14px;
}

.text-strong{
    font-weight: bold;
}

.g-recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(1.052);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}