
.selection-page {
    width: 400px;
    max-width: 100%;
    margin: 90px auto;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.title-page {
    margin-bottom: 40px;
}

.title-page p {
    color: #989898;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
}

.title-page ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn.btn-primary {
    width: 100%;
    height: 50px;
    border-radius: 9999px;
    border: 0px;
    color: #fff;
    background: var(--primary-color);
    font-size: 1rem;
    cursor: pointer;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.group-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
}

@media(max-width: 460px) {
    .reset-page {
        min-width: 100%;
        width: auto;
    }
}