html,body{ }
.background{
    background: #42957d
}
.background{
    background: #265488
}
.header{
    height: 100px;
    margin: 0 auto;
    width: 100%;
}
/*
.main{
    background: url("/static/images/year_banner_bg.png") center no-repeat,linear-gradient(#254399,#213679);
    height: 475px;
}

.panel{
    background: url("/static/images/year_banner.png") no-repeat left;
    background-size: 70%;
    width: 950px;
    height: 475px;
    margin: 0 auto;
}*/

.login{

    width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 72px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #37a197;
    padding: 40px;
}

.form-title{
    font-size: 18px; font-weight: bold;
    text-align: center;

}

.form-title span{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
}

.title-left{
    font-size: 24px;
}

.title-right{
    background: url("/static/images/mfa_ico.png") top center no-repeat;
    text-indent: 40px;
    margin-top: 5px;
    cursor: pointer;
}

.login .info input{
    height: 40px;
    line-height: 40px;
    width: 320px;
    border: 1px solid #ececec;
    border-radius: 3px;
    text-indent: 40px;
    margin-top: 20px;
}
.login .username input{
    background: url("/static/images/loginUser.png") no-repeat;
    background-size: 22px;
    background-position: 10px;
}
.login .password input{
    background: url("/static/images/loginPass.png") no-repeat;
    background-size: 18px;
    background-position: 10px;
}

.login .info label{
    display: block;
    font-size: 0;
    height: 35px;
    width: 38px;
    margin: 6px 0 0 10px;
    float: left;
}

.login .code{
    position: relative;
}

.login .info input::placeholder{
    color: #999;
}

.login .password label{
    background-position: center;
}

.login .code label{
    background-position: bottom;
}

.login .code input{
    /*width: 200px;*/
    text-indent: 10px;
}

.login .code img{
    cursor: pointer;
    margin-top: 20px;
    border-radius: 3px;
    width:90px;
    height:38px;
    position: absolute;
    top:1px;
    right:0;
}

.login .sub-btn button{
    background: #3ac2c2;
    height: 36px;
    width: 315px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
}

.login .register-box{
    height: 36px;
    margin: 15px auto 15px auto;
    width: 215px;
    text-align: center;
}

.fl{
    float:left;
}


.fr{
    float: right;
}