body {
    background: #f5f6f8;
}

.card {
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.password-cell {
    min-width: 190px;
}

.password-value {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: .08em;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;
}

.login-card {
    width: 100%;
    max-width: 420px;
}

.stat-card .display-6 {
    line-height: 1;
}

.url-cell {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
