/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../../img/demo-1-bg.jpg');
}
.logo_box{
	width: 320px;
    /*height: 524px;*/
    padding: 35px;
    color: #EEE;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -235px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px 2px #887979;
    background: #fff;
}
.logo_box h3{
	text-align: center;
    height: 20px;
    font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
    color: #333;
    height: 20px;
    line-height: 20px;
    padding: 0 0 35px 0;
    margin-top: -20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
}
.forms{
	width: 280px;
	height: 485px;
}
.logon_inof{
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}		
.input_outer{
	height: 46px;
	padding: 0 5px;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
	border: #ccc 2px solid !important;
	overflow: hidden;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url(../../img/login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(../../img/login_ico.png);
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 13px;
}
.ph_uer{
	width: 25px;
    height: 25px;
    background-image: url(../../img/ph_icon.png);
    /* background-position: -125px -34px; */
    position: absolute;
    margin: 10px 13px;
    background-size: contain;
}
.l-login{
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 0;
	height: 46px;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	line-height: 46px;
}
.text{
	width: 220px;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	margin-left: 50px;
	border: none;
	background: none;
	line-height: 46px;
}
.votice{
    width: 100%;
    height: 95px;
    /* border: 1px solid #ccc; */
    background: url(../../cardfun/img/login-tip.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    user-select:none;

}
.votice_title{
    color: #000;
    text-align: center;
    margin: 15px 0 5px;
    font-size: 16px;
}
.votice_text{
	display: block;
    font-size: 12px;
    color: #000;
    width: 225px;
    text-align: justify;
    margin: 0 auto;
}
/*///*/
.mb2{
	margin-bottom: 20px
}
.mb2 a{
	text-decoration: none;
	outline: none;
}
.submit {
	padding: 15px;
	margin-top: 20px;
	display: block;
}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #0096e6;
}