body{ 
    background: #18171B;
}
.consbg{
    /* background: url('../image/login/bg.png') no-repeat;
    background-size: 100% ; */
    position: relative;
}
.consbg .bg{
width: 100%;
height: auto;
}
.centeritem{
    position: absolute;
    top: 0;
    left: 5%;
}
.logoimg{
    width: 151px;
    height: 51px;
    display: block; 
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}
.create{
    color: #FFFFFF;
    font-size: 22px;
}
.lable{
    color: #ffffff;
    font-size: 14px;
    font-family: 'fontl';
    margin-top: 20px;
    margin-bottom: 5px;
}
.inputbox{
    width: 100%;
    height: 56px; 
    background: #ffffff;
    border-radius: 28px;
    box-sizing: border-box;
    padding: 0 16px;
    flex-wrap: nowrap;
}
.inputbox input{
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #0D0D12;
    font-family: 'fontl';
}
.inputbox input::placeholder{ 
    color: #CCCCCC;
    font-size: 14px;
    font-family: 'fontl';
}
.inputbox img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.login{
    width: 100%;
    height: 54px;
    background: #E9811C;
    border-radius: 30px; 
    text-align: center;
    line-height: 54px;
    font-size: 12px;
    color: #ffffff; 
    margin-top: 40px;
    box-shadow: 0 1px 2px 0px rgba(13, 13, 18, 0.06);
}
.account{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    font-family: 'fontl';
}
.account a{
    color: #E9811C;
    font-family: 'fontl';
    text-decoration: underline;
    margin-left: 4px;
}
.codeimg{
    width: 100px !important;
    height: 34px !important;
    display: block;
    margin-right: 0 !important;
    display: inline-flex;
}