/*
 * Page: Login & Register
 * ----------------------
 */
.login-page{
	background:#ffffff url('../img/login_bg.png') repeat left top;
}
.login-box{
	width:280px;
	margin: 0px auto;
	height:622px;
	position:relative;
	background-repeat: no-repeat;
	background-image:url('../img/login_card_bg.png');
}
.login-box-body{
	position:relative;
	top:260px;
	padding: 10px 30px;
	color: #666;
	background: transparent;
}
.login-box-logo{
	width: 64px;
	margin: 30px auto;
}
.login-box-body .form-control-feedback{
	color: #777;
}
.login-box-msg{
	margin: 20px 0px 10px 0px;
	height: 20px;
	clear: both;
}
.login-box-msg p{
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
}
@media (max-width: 640px) {
	.login-box{
		width: 90%;
		background-size:100%;
		background-position: center center;
		position: absolute;
		margin: 0px;
		left: 5%;
		height: 100%;
		background-image:url('../img/login_card_bg_mini.png');
	}
	.login-box-body{
		position: absolute;
		top:auto;
		bottom: 18%;
		width: 100%;
		padding: 0px 40px;
	}
}