body {
    padding-top: 0 !important;
}
.ace-background-image{
	/*background-image: url(/img/login/login-bg-chinese-new-year-2016.jpg);*/
	background-image: url(/img/login/login-bg-3_new.jpg);
	background-size: cover;
    width: 100%;
    height: 100%;
}
#content-warpper .container-fluid{
	background: transparent;
}
#ace-logo-holder{
	margin-top: 20px;
	text-align: center;
}
#login-holder{
	background: #fff;
	width: 360px;
	height: auto;
	border: 1px solid #009a00;
	border-top: 5px solid #009a00;
	float: right;
    margin-top: 20px;
}
.light-drop-shadow {
    border-radius: 0;
}
#content-warpper .light-drop-shadow{
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
#error-message{
	margin:0 20px 10px;
	font-size: 14px;
    border-left-width: 0;
}
#user-icon-holder{
	text-align: center;
    margin: 15px 0 20px;
}
#form-holder{
	padding: 0 20px;
}
.ace-form-group {
    display: block;
	margin-bottom: 10px;
    padding-top: 0;
}
.form-control{
	font-size: 16px;
	height: 40px;
}
.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa{
	padding: 11px 0;
}
#forgot-password-holder{
	text-align: right;
	margin-top: 5px;
}
.forgot-password{
	font-size: 14px;
	color: #666;
}
#content-holder{
	margin: 0 20px;
}
.info-title{
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.info-content{
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}
.info-content img{
	width: 16px;
	height: 16px;
}
#operating-holder{
	margin: 20px 20px;
}
.operating-title{
	color: #999;
	font-size: 14px;
	margin-bottom: 5px;
}
.operating-content{
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.social-media-title{
	color: #999;
	font-size: 16px;
	margin: 0 20px 10px;
	text-align: center;
}
#social-media-holder{
	margin: 0 20px 20px;
	text-align: center;
}
#forgot-pass-text{
	margin: 0 20px 10px;
	color: #666;
	font-size: 14px;
}
#change-pass-title{
	margin: -15px 20px 20px;
	font-size: 16px;
	color: #090;
	text-align: center;
}
#change-pass-text{
	margin: 0 20px 10px;
	color: #333;
	font-size: 14px;
}
.min-pass-title{
	color: #999;
	font-size: 14px;
	margin-bottom: 5px;
    margin-top: 15px;
}
#min-pass-text{
	margin: 0 20px 20px;
	font-size:12px; 
	color:#666; 
}
.table-pass-request{
	width:100%;
	height:100%;
	margin:0px; 
	padding:0px;
	border-collapse: collapse;
}
.table-pass-request tr{
	height:auto;
	margin:0px; 
	padding:0px;
}
.table-pass-request td{
	height:auto;
	margin:0px; 
	padding:2px 1px;
	vertical-align: top;
}
#message{
	margin:20px;
	font-size: 14px;
    border-left-width: 0;
}
.ace-button.btn-link {
	padding: 0;
	top: -1px;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 0;
	}
	#login-holder{
		float: none;
		margin: 20px auto;
	}
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	.ace-background-image{
		background-image: none;
	}
	#content-warpper .container-fluid{
		padding: 0;
	}
	#ace-warpper{
		background: #fff;
		border: 1px solid #009a00;
		border-top: 5px solid #009a00;
		
		background: linear-gradient(#f6f6f6 0, #fff 50px);
		background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
		background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
		background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
		background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
		box-shadow: 0 3px 10px rgba(0,0,0,0.15);
		-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
		-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	}
	#ace-logo-holder{
		text-align: center;
	}
	#login-holder{
		width: 100%;
		border: none;
		margin: 0px auto;
	}
	#content-warpper .light-drop-shadow{
		background: transparent;
		box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	#ace-logo-holder img{
		width: 235px;
		height: 35px;
	}
	#user-icon-holder{
		margin: 10px 0;
	}
	#user-icon-holder img{
		width: 90px;
		height: 90px;
	}
	#change-pass-title{
		margin: -5px 20px 15px;
	}
}