html,body{

}

.container{
    zoom:0.8;
}
.proxy-background{
    background: #265488;
}
.header{
    height: 100px;
    margin: 0 auto;
    width: 100%;
}

.header_img{ width: 530px; margin: 120px auto; text-align: center; display: block; height: 75px; line-height: 75px;  }
.title-img{ width: 75px; float: left;}
.title-img1{ float: left; color: #fff; font-size: 24px; text-indent: 1em;}
.main{
    background: linear-gradient(360deg, #c7dcf1 30%, #fefefe 60%, #f1f2f6 80%, #fff 100%);
    height: 350px;
    margin-top: 100px;

}


.panel{
    width: 600px;
    height: 400px;
    position: relative;
    bottom: 25px;
    background: linear-gradient(360deg, #c7dcf1 30%, #fefefe 60%, #f1f2f6 80%, #fff 100%);
    border-radius: 10px;
    padding: 100px 0;
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.login{


    width: 400px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    padding: 40px;
    padding-top:0 ;
}
.login-icon{
    position: relative;
    bottom: 78px;
    left: 495px;
    border-bottom: 30px solid #ed913e;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(45deg);
    width: 136px;
}
.login-icon p{    position: absolute;
    left: 50%;
    top: 14px;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;}

.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 label{ width: 4em; text-align: right; display: block; float: left; line-height:  40px; margin-right:1em; }
.login .info input{
    height: 47px;
    line-height: 47px;
    width: 220px;
    border: 1px solid #caced1;
    border-radius: 6px;
    text-indent: 40px;
    margin-bottom: 10px;
    background: #fff;
}
.login .username input{
    background-image: url("/static/images/loginUser.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px;
}
.login .password input{
    background-image: url("/static/images/loginPass.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px;
}


.login .info .code{
    position: absolute;
    height: 70px;
}

.login .code input{
    float: left;
    text-indent: 40px;
    background-image: url("/static/images/yzm.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px;

}

.login .code img{
    width: 100px;
    height: 42px;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    bottom: 55px;
    right: 45px;
}

.login .sub-btn{
    text-align: center;
}
.login .sub-btn button{
    background-image: linear-gradient(#437eb8 40%, #5179aa 60%);
    height: 36px;
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}

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

.fl{
    float:left;
}


.fr{
    float: right;
}
.footer{ text-align: center; color: #fff; margin-top: 50px;}