@media (max-width:767px){
	.header{
		position: fixed;
		top: 0;
		right:0;
		left:0;
		text-align: center;
		z-index: 1;
	}
	.box{
		top: 95px;
	}
	.box .title{
		min-height: 60px;
		padding: 0 0 30px 0;
	}
	.login-failed-msg{
		top:35px;
	}
}