body {
    background: url('../../images/menu_img.png');
}

footer {
    display: none;
}

#login_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.699);
    padding: 2rem;
}


#login_form input {
    width: 270px;
}

@media only screen and (max-height: 520px) {
    #login_form {
        top: 100px;
        transform: translate(-50%, 0%);
    }
}