body{
    background: url('/uploads/material/bg.png') no-repeat;
    background-size: 100% ;
}
.logoimg{
    width: 184px;
    height: 43px;
    display: block; 
    margin-top: 80px;
    margin-bottom: 30px;
}
.lable{
    color: #666666;
    font-size: 14px;
    font-family: 'fontl';
    margin-top: 15px;
    margin-bottom: 5px;
}
.inputbox{
    width: 100%;
    height: 50px;
    border: 1px solid #454545;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 16px;
}
.inputbox input{
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
}
.inputbox input::placeholder{
    color: #888888;
    font-size: 14px;
    font-family: 'fontl';
}
.inputbox img{
    width: 24px;
    height: 24px;
}
.login{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #666666;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(to right,#1B1B1B,#4C4C4C);
    margin-top: 25px;
}
.account{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.account a{
    color: #007C97;
    font-family: 'fontb';
    text-decoration: underline;
    margin-left: 4px;
}
.codeimg{
    width: 100px !important;
    height: 34px !important;
    display: block;
}