body{
   font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB';
}
.iconfont{
    font-size: 18px !important;
}
.login-background{
    overflow: hidden;
    position: fixed;
    width:100%;
    height:100%;
    background-size: cover;
    z-index: -1;
}
.login-box-warp{
    position: absolute;
    top: 25%;
    right: 15%;
    width: 470px;
}
.login-box{
    width: 290px;
    padding: 25px 25px 23px;
    color: #6c6c6c;
    background: rgba(255, 255, 255, 0.96);
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
}
.login-title{
    padding: 20px;
    text-align: center;
}
.login-field-input{
    border-bottom: 1px solid #909399 ;
    padding: 20px 10px 10px 10px;
}
.login-input{
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding-left: 40px;
    outline: none;
    background-color: transparent;
    width: 100%;
}
.login-input-icon{
    width: 20px;
    height: 20px;
}

.login-button{
    background-color: #f88601;
    color: #fff;
    border: 3px;
    text-align: center;
    padding: 8px 0;
    margin: 40px 0 0 0;
    font-size:15px;
}
.login-desc{
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #999;
    margin-top: 50px;
    margin-bottom: 10px;
    line-height: 20px;
}
