html,
body {
    min-width: 1080px;
    height: 100%;
    min-height: 600px;
}
#root {
    height: 100%;
}

#app.web {
    position: relative;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 4px 1px #ccc;
}

@media (min-width: 1600px) {
    #app.web {
        width: 1200px;
    }
}

#app.client {
    position: relative;
    height: 100%;
}

.kf-body {
    position: relative;
    width: 100%;
    height: 100%;
}