*{
    padding: 0;
    margin: 0;
    font-size: 12px;
}
html,body{
    height: 100%
}
.login-bg{
    width: 100%;
    height: 100%;
    background: url(/img/login-bg.png) no-repeat;
    background-size: 100% 100%;
}
.login-div{
    width: 1187px;
    height: 644px;
    background: url(/img/login-bg1.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -322px;
    margin-left: -593px;
}
.login-title{
    color:#34a1ff;
    font-size: 36px;
    position: absolute;
    left: 70px;
    top: 40px;
}
.login-panel {
    width: 362px;
    height: 445px;
    position: absolute;
    left: 767px;
    top:116px
}
.login-title1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.login-form>div{
    margin-top: 62px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
}
.login-form .iconfont{
    font-size: 24px;
    color: #7b7979;
    vertical-align: middle;
}
.login-form input{
    line-height: 24px;
    border: 0;
    outline: none;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 15px;
    width: 300px;
}
.login-form img{
    position: absolute;
    height: 36px;
    right: 0;
    top: -5px;
}
.login-button{
    width: 352px;
    height: 50px;
    background-color: #34a1ff;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fbf9fa;
    cursor: pointer;
}