.auth-card {
    max-width: 460px;
}

#registerError {
    display: none;
}

.auth-backdrop {
    align-items: center;
    background: rgba(0, 0, 0, .45);
    display: none;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1050;
}

.username-suggestions {
    display: none;
}

.suggestions-title {
    margin-right: .5rem;
}

.suggestion {
    color: #a02239;
    cursor: pointer;
    margin-right: .6rem;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .auth-navigation .nav-link {
        font-size: .85rem;
    }
}
