body{
    /* background: url('/uploads/material/bg.png') no-repeat; */
    background-size: 100%;
}
.logoimg{
    width: 151px;
    height: 51px;
    display: block;
    /* margin-top: 80px; */
    /* margin-bottom: 30px; */
}
.create{
    color: #FFFFFF;
    font-size: 22px;
}
.lable{
    color: #818393;
    font-size: 14px;
    font-family: 'fontl';
    margin-top: 15px;
    margin-bottom: 5px;
}
.inputbox{
    width: 100%;
    height: 50px; 
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 16px;
    flex-wrap: nowrap;
    border: 2px solid #a4d0ee;
}
.inputbox input{
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #0D0D12;
    font-family: 'fontl';
}
.inputbox input::placeholder{ 
    color: #888888;
    font-size: 14px;
    font-family: 'fontl';
}
.inputbox img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.login{
    width: 100%;
    height: 54px;
    background: #2196F3;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 25px;
    box-shadow: 0 1px 2px 0px rgba(13, 13, 18, 0.06);
}
.account{
    color: #818393;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.account a{
    color: #2196F3;
    font-family: 'fontb';
    text-decoration: underline;
    margin-left: 4px;
}
.codeimg{
    width: 100px !important;
    height: 34px !important;
    display: block;
    margin-right: 0 !important;
    display: inline-flex;
}