body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/login-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.logo_box{
	margin-top: 8%;
	width: 400px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
	color: #EEE;
}
.logo_box h1{
	text-align: center;
	font: 30px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:35px; 
}
.input_outer{
	height: 46px;
	padding: 0 5px;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
	border: rgba(255,255,255,0.2) 2px solid !important;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url(../images/login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.u_pass{
	width: 25px;
	height: 25px;
	background-image: url(../images/login_ico.png);
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 13px;
}
.text{
	width: 320px;
	height: 46px;
	color: #FFFFFF;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	margin-left: 50px;
	border: none;
	background: none;
	background-color: transparent;
	line-height: 46px;
}
.bottom{
	margin-bottom: 30px;
}
.btn_login {
	width: 100%;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	padding: 15px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #0096e6;
    cursor: pointer;
}
input::-webkit-input-placeholder {
    color: #BDCADA;
}
input:-moz-placeholder {
    color: #BDCADA;
}
input::-moz-placeholder {
    color: #BDCADA;
}
input:-ms-input-placeholder {
    color: #BDCADA;
}