body{
    
    background: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
    background-size: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height:99.5vh;
    align-items: center;
    display: inline-block;
    width:100%
    
   
}

#loginbox{
    width:15vw;
    height:20vw;
    margin-left:35%;
    margin-right:40%;
    display:grid;
    width:28%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius:2vh;
    border:solid rgb(247, 232, 252) 3px;
    box-shadow: 
    0 0 10px 4px #ebecca
}

#spacer{
    min-height:10vw;
}

h2{
    
    Color:rgb(245, 142, 142);
    font-family:sans-serif;
    padding-left:40%;
    font-size:1.2vw;
}

p{
    color:white;
    margin-top:1vh;
    height:fit-content;
    text-align: Center;
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-size:2vw;
    font-style: normal;
    
}

#username{
    margin-left:5%;
    margin-right:5%;
    min-width: 75%;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: whitesmoke;
    border-width: 0 0 2px;
    border-color: rgb(207, 207, 212);
    color:rgb(129, 128, 128); 
    height:1.5vw;
    margin-bottom:1vw;
    margin-top:-1vw;
}

#submit{
    width:8vw;
    margin-left:35%;
    margin-right:5%;
    border-radius: .8vw;
    height:2.5vw;
    background-color: #AC32E4;
    color:white;
    font-weight: bolder;
    border-color: #c052f3;
}

#submit:hover{
    cursor: pointer;
    background-color: #c16ce9;
}
/*{border:solid black 1px;}