body {
    /* margin: 0; */
    font-family: 'Inter', sans-serif;
    background-color: #08090A;
    height: 100%;
    overflow: hidden;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.login-content-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #08090A;

    height: 100vh;
    width: 100%;
}

.login {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-right-bar {
    display: none !important;
}