.large-header {
    background: center / cover rgb(255, 255, 255);
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.demo-1 .large-header {
    /*background-image: url("demo-1-bgbtn.jpg_");*/
}

.logo_box {
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 500px;
    color: rgb(200, 20, 20);
    margin-top: -250px;
    margin-left: -200px;
    position: absolute;
}

.logo_box h3 {
    font: 20px/20px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    padding: 0px 0px 35px;
    height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size-adjust: none;
    font-stretch: normal;
}

.forms {
    width: 280px;
    height: 485px;
}

.logon_inof {
    width: 100%;
    padding-top: 35px;
    position: relative;
    min-height: 450px;
}

.input_outer {
    padding: 0px 5px;
    border-radius: 50px;
    border: 2px solid rgba(20, 250, 2,0.6) !important;
    border-image: none !important;
    height: 46px;
    margin-bottom: 30px;
    position: relative;
}

.u_user {
    background: url("../img/login_ico.png") -125px 0px;
    margin: 10px 13px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.us_uer {
    background-position: -125px -34px;
    margin: 10px 13px;
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url("../img/login_ico.png");
}

.l-login {
    font: 14px/46px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    left: 50px;
    top: 0px;
    height: 46px;
    position: absolute;
    z-index: 1;
    font-size-adjust: none;
    font-stretch: normal;
}

.text {
    background: none;
    font: 14px/46px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
    border: currentColor;
    border-image: none;
    width: 220px;
    height: 46px;
    margin-left: 50px;
    display: inline-block;
    font-size-adjust: none;
    font-stretch: normal;
}

.mb2 {
    margin-bottom: 25px;
    color: #ff8080;
}

.mb2 a {
    text-decoration: none;
}

.submit {
    padding: 15px;
    margin-top: 20px;
    display: block;
}

.act-but {
    background: rgb(200, 230, 213);
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}
