body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
#page{
    width: 100%;
    height: 100%;
    background-image: url("/static/img/back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#loginback{
    width: 17vw;
    height: 4.4vh;
    background: linear-gradient( 180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%), linear-gradient( 90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 16%, rgba(255,255,255,0.2) 85%, rgba(255,255,255,0.5) 100%);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(12px);
    margin-bottom: 1.5vh;
    display: flex;
    align-items: center;
}
#nametitle{
    font-family: 'Aliregular';
    font-size: 1.5vh;
    color: rgba(255,255,255,0.8);
    line-height: 2.5vh;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    margin-left: 10px;
    width: 6.5vh;
}
.userinput,.pwdinput,.codeinput{
    height: 100%;
    padding-left:0.8vh;
    padding-right: 0.8vh;
    background: none;
    border: none;
    font-size: 1.5vh;
    line-height: 2.5vh;
    color: #fff;
    outline: none;
}
