.screen-center {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-frm, .login-frm form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#v-chat {
    width: 100%;
}