@import url(../root.css);
body {
    background-color: rgba(var(--main-bg), 1);
}
.login-card {
    color: rgba(var(--main-bg), 1);
}
