html {
    background-color: #212121;
    /*
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,112,9,0.8939950980392157) 66%, rgba(231,217,5,1) 100%);
    */
}
.login-box{
    max-width: 320px;
    position: absolute;
    margin-top: 10%;
    margin-left: 5%;
}