.login {
    background-color: green;
    width: 30em;
    height: 10em;
    border-radius: 3px;
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reset {
    width: 10em;
    height: 5em;
    border-radius: 3px;
    
    position: fixed;
    top: 3em;
    left: 3em;
}

.hide {
    display: none;
}

html, body {
    background-color: black;
}