body{
    background: url('/uploads/material/bg.png') no-repeat;
    background-size: 100%;
}
.centeritem{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logintitle{
    font-size: 26px;
    color: #FFFFFF;
    text-align: center; 
    margin: 0 0 20px 0;
}
.content{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 30px 16px;
}
.inputbox{
    width: 100%;
    height: 54px;
    border-radius: 27px;
    border: 1px solid rgba(12, 18, 33, 0.10);
    box-sizing: border-box;
    padding: 17px 20px;
    background: #FFFFFF;
}
.inputbox .icon{
    width: 20px;
    height: 20px;
    display: block
}
.inputbox input{
    flex: 1;
    background: #FFFFFF;
    border: none;
    list-style: none;
    outline: none;
    height: 20px;
    padding: 0 0 0 5px;
}
.lable{
    font-size: 15px;
    padding-left: 15px;
    color: rgba(12, 18, 33, 1);
    margin:4px 0px;
}
.loginbtn{
    width: 100%;
    height: 60px;
    background: #0000ff;
    border-radius: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-top: 30px;
}
.signup{
    font-size: 16px;
    color: #5173FF;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px; 
    font-weight: bold;
}
.codeimg{
    width: 96px;
    height: 32px;
}