.join-page {
    min-height: calc(var(--app-vh, 1vh) * 100);
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

.join-text {
    width: 100%;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 20px;
    color: #0d0d0d;
    text-align: center;
}

.join-wrapper--email,
.join-wrapper--phone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
}

.join-error-text--pw {
    padding: 0 4px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.pw__caption {
    font-weight: 400;
    font-size: 14px;
    color: #595959;
}

.pw-confirm__text {
    font-weight: 500;
    font-size: 16px;
    color: #0d0d0d;
    margin-bottom: 6px;
}
