.login-box {
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 30px;
    font-family: sans-serif;

    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    height: 240px;
}

body.login {
    background: url("../../../../images/background2.jpg");
    background-size: cover;
    width:100vw;
    height:100vh;
}

.login-box h2 {
    font-family: sans-serif;
}

.button-login button {
    background: darkgray;
}