.nextdms-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: #052767;
    line-height: 1;
    text-decoration: none;
}

.nextdms-brand:hover {
    color: #052767;
    text-decoration: none;
}

.nextdms-brand-mark {
    display: block;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
}

.nextdms-brand-wordmark {
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: -.035em;
}

.nextdms-brand-wordmark strong {
    font-weight: 700;
}

.nextdms-account-brand {
    justify-content: center;
    margin-bottom: 1.25rem;
}

.nextdms-account-brand .nextdms-brand-mark {
    width: 3rem;
    height: 3rem;
}

.nextdms-account-brand .nextdms-brand-wordmark {
    font-size: 1.75rem;
}

.password-policy {
    padding: .85rem 1rem;
    margin-top: .75rem;
    border: 1px solid #d8e2ea;
    border-radius: .5rem;
    background: #f8fafc;
}

.password-policy-title {
    margin: 0 0 .55rem;
    color: #334155;
    font-size: .9rem;
    font-weight: 700;
}

.password-policy-list {
    display: grid;
    gap: .3rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.password-policy-list li {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #64748b;
    font-size: .875rem;
    transition: color .15s ease;
}

.password-policy-icon {
    display: inline-grid;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 1.1rem;
    place-items: center;
    border: 1.5px solid #94a3b8;
    border-radius: 50%;
}

.password-policy-list li.is-satisfied {
    color: #157347;
}

.password-policy-list li.is-satisfied .password-policy-icon {
    border-color: #198754;
    background: #198754;
    color: #fff;
}

.password-policy-list li.is-satisfied .password-policy-icon::before {
    content: "\2713";
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}
