.header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    width: 100%;
    height: 80px;
    /* position: fixed; */
    top: 0;
    background: black;
}
.login-background{
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 999999999;
font-size: .24rem;
background: rgba(0,0,0,.7);
}
.login-box{
position: absolute;
width: 450px;
height: 480px;
background: rgba(14, 8, 8, 0.88);
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -210px;
border-radius: 20px;
}
.login-right{
position: relative;
padding-top: 140px;
box-sizing: border-box;
}

.login-right p{
font-size: 20px;
line-height: 80px;
text-align: center;
}
.login-right p input{
width: 300px;
height: 50px;
border-radius: 20px;
outline: none;
border: none;
background-color: transparent;
color: #FFFFFF;
border: 2px solid #FFFFFF;
padding-left: 20px;
box-sizing: border-box;
}
.but{
background-color: #FFFFFF;
color: #424242;
height: 40;
margin: auto;
margin-top: 20px;
width: 300px;
border-radius: 20px;
cursor: pointer;
}
.res{
color: #FFFFFF;
}
.res a{
color: #03a9f4;
}

#register{
display: none;
}

.footer{
font-size: 18px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
}
.footer li {
list-style: none;
text-align: center;
line-height: 30px;
padding: 1%;
height: 30px;
width: 20%;
min-width: 100px;
margin: 0 5%;
}