/* Header */
/* .large-header {
    position: relative;
    width: 100%;
    background: url('../images/demo-1-bg.jpg') no-repeat 5px 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
} */

 
 
body{
	background: #182128 !important;
}
input:-webkit-autofill {
         -webkit-text-fill-color: #FFFFFF !important;
         transition: background-color 5000s ease-in-out 0s;
     }

.logo_box{
    animation: 0.8s opacity2 ease-in-out;
    -webkit-animation: 0.8s opacity2 0s ease-in-out;
    -moz-animation: 0.8s opacity2 0s ease-in-out;
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; 
    -ms-backface-visibility: hidden; 
    backface-visibility: hidden; 
    -webkit-perspective: 1000; 
    -moz-perspective: 1000; 
    -ms-perspective: 1000; 
    perspective: 1000;
} 

@keyframes opacity2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

.logo_box {
    width: 400px;
    height: 500px;
    padding: 35px;
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -250px;
}

.logo_box h3 {
    text-align: center;
    font: 20px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    color: #FFFFFF;
    line-height: 20px;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.forms {
    width: 280px;
    height: 485px;
}

.logon_inof {
    width: 100%;
    min-height: 450px;
    padding-top: 35px;
    position: relative;
}

.input_outer {
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    padding: 0 5px;
    margin-bottom: 20px;
    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: 9px 13px;
}

.us_uer {
    width: 25px;
    height: 25px;
    background-image: url(../images/login_ico.png);
    background-position: -125px -34px;
    position: absolute;
    margin: 9px 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: 38px;
    line-height: 38px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    margin-left: 50px;
    border: none;
    background: none;
}

/*///*/
.mb2 {
    margin-bottom: 20px;
    height: 30px;
}

.mb2 a {
    text-decoration: none;
    outline: none;
}

.submit {
    padding: 10px;
    margin-top: 15px;
    display: block;
}

.act-but {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight:600;
    border-radius: 30px;
    background: #0096e6;
}

.checkNum {
    width: 200px;
    float: left;
}

.checkNum input {
    width: 100px;
}

.checkNumImg {
    width: 100px;
    height: 36px;
    margin:3px auto;
    float: right;
    cursor: pointer;
    overflow: hidden;
}
.checkNumImg #codeImg{
    height: 37px;
    width: 100%;
    margin: 0 auto;
}

.goIndex{
    position: absolute;
    top:10%;
    right:100px;
    color: #fff;
    font-size: 16px;
}
.goIndex:hover{
    color: #fff;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: rgb(0,0,0,0) !important;
}

