/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
    background-image: url('../../img/demo-1-bg.jpg');
}
.demo-1 input {
    height:40px;width:400px;margin:0 50px;border:1px solid #a8b7ba;border-radius:20px;outline:none;box-sizing:border-box;color:#eaf1f5;
}
    .demo-1 input:focus {
        transition: .5s;
        background-position: 10px 7px;
        box-shadow: 0 0 20px 0 #FFFFFF;
    }
.demo-1 .txt-user-header {
    transition: .5s;
    padding-left: 40px !important;
    background: url('../../img/icon_account.png') no-repeat 10px -40px;
}
.demo-1 .txt-user-pwd {
    transition: .5s;
    padding-left: 40px !important;
    background: url('../../img/icon_password.png') no-repeat 10px -40px;
}
.logo_box {
    width: 570px;
    height: 500px;
    padding: 35px;
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translateX(-50%)translateY(-50%);
}
.logo_box h3{
	text-align: center;
	height: 20px;
	font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:0 0 35px 0; 
}
    .logo_box h2 {
        text-align: center;
        height: 20px;
        font: 40px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
        color: #FFFFFF;
        height: 20px;
        line-height: 20px;
        padding: 0 0 35px 0;
    }
.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: rgba(255,255,255,0.2) 2px solid !important;
}
.div_input_outer {
    height: 46px;
    margin-bottom: 30px;
    position: relative;
}
.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;
}
.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;
}
/*///*/
.mb2{
	margin-bottom: 20px
}
.mb2 a{
	text-decoration: none;
	outline: none;
    width:400px;
    margin:0 auto;
}
.submit {
	padding: 15px;
	margin-top: 20px;
	display: block;
}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #0096e6;
    transition:.5s;
}
    .act-but:hover {
        transition:.5s;
        box-shadow:0 0 20px 0 #FFFFFF;
    }
.act-but2 {
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    background: #8d00e6;
    transition: .5s;
}
    .act-but2:hover {
        transition: .5s;
        box-shadow: 0 0 20px 0 #FFFFFF;
    }