/* index.css – xDashboard Login Page */

/* No scroll, fill viewport */

html, body
{
    height: 100%;
    overflow: hidden;
}

.xd-site
{
    height: 100%;
}

.xd-login-wrap
{
    min-height: unset;
    flex: 1;
}
