body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    margin: 0;
}

.login_main_container {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login_container {
    border: 2px solid #aaa;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
}

.login_table {
    border: none;
}

.form_header {
    text-align: right;
}

@media (max-width:960px) {

    table,
    input {
        font-size: 3vw;
    }
}