#vertical-register{
    display: flex;
    flex-direction: column;
    height:calc(100% - 38px - 150px);
    width:100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#email{
    background-color: grey;
    color:white;
}

#register{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height:40%;
}

input{
    height:13%;
    width:50%;
    text-align: left;
    padding-left: 20px;
}

#submit{
    text-align: center;
    padding-left: 0px;
}


#link{
    text-decoration: none;
}

#patreon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    color:black;
    background-color: #f96854;
    padding:10px;
    text-align: center;
    border-radius: 5px;
}

#patreon img{
    margin-right:3px;
}

#alertbox{
    height:5%;
    line-height: 5%;
    min-width:60%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:5px;
    padding-right:5px;
}

#alertbox.activeerror{
    background-color:lightgrey;
    color:red
}