.login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.login-form > div {
    max-width: 600px;
}

.login-label-version {
    color: #828282;
    font-size: 12px;
}