:root {
    --sie-page-bg: #f4f6f8;
}

html, body {
    min-height: 100%;
}

body {
    background: var(--sie-page-bg);
}

.app-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header {
    z-index: 1030;
}

.site-main {
    width: 100%;
}

.site-footer {
    border-top: 1px solid rgba(255,255,255,.1);
}

.card {
    border: 0;
    box-shadow: 0 .5rem 1rem rgba(15, 23, 42, .08);
}

.auth-card {
    max-width: 460px;
    margin: 3rem auto;
}

.table-responsive {
    border-radius: .75rem;
}
