.password_rules {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;

    @media screen and (min-width: 768px) {
        flex-direction: row;
    }
}

.password_rules__title {
    display: flex;
}

.password_rules__title span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #878c97;
    white-space: nowrap;
}

.password_rules__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 23px;
}

.rules_list__item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #878c97;
}

.rules_list__item.success {
    color: var(--brand-success);
}

.password_rules__list .rules_list__item i {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    width: 16px;
}

.password_rules__list .rules_list__item span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.generate-password-custom_container {
    margin-top: 16px;
    margin-bottom: 16px;
}

.generate-password-custom_container #generate-password-custom {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #2e3136;
    padding: 14px 16px;
}
