.auth-portal-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(31, 16, 19, 0.18);
}

.auth-portal-card .card-body {
    padding-bottom: 2rem;
}

.auth-portal-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-bottom: 1rem;
}

.auth-portal-brand img {
    max-height: 54px;
    width: auto;
}

.auth-portal-lead {
    color: #74788d;
    margin-bottom: 0;
}

.auth-portal-status {
    border: 0;
    border-radius: 0.85rem;
    padding: 1rem 1.1rem;
}

.auth-portal-status p:last-child,
.auth-portal-helper-links p:last-child,
.auth-portal-support-note p:last-child {
    margin-bottom: 0;
}

.auth-portal-form .btn {
    min-height: 44px;
    border-radius: 0.75rem;
}

.auth-portal-helper-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    text-align: center;
}

.auth-portal-inline-link {
    color: #556ee6;
    font-weight: 500;
    text-decoration: none;
}

.auth-portal-inline-link:hover {
    color: #4458b8;
    text-decoration: underline;
}

.auth-portal-support-note {
    margin-top: 1rem;
    color: #74788d;
    font-size: 0.925rem;
    text-align: center;
}

.auth-portal-list {
    margin: 0;
    padding-left: 1rem;
    color: #495057;
}

.auth-portal-list li + li {
    margin-top: 0.45rem;
}

.auth-portal-footer {
    margin-top: 1.25rem;
    text-align: center;
    color: #eff2f7;
}

.login-form .auth-portal-helper-links {
    margin-top: 0.9rem;
}

@media (max-width: 575.98px) {
    .auth-portal-card {
        border-radius: 0.85rem;
    }

    .auth-portal-card .card-body {
        padding-bottom: 1.5rem;
    }
}
