.auth-page {
    min-height: 100vh;
    background: var(--surface-white);
}

.alpha-label {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .4rem .85rem;
    border-radius: 1rem;
    background: var(--sage);
    color: var(--green);
    font-size: .9rem;
    font-weight: 600;
}

.registration-form > div {
    margin-bottom: 1.25rem;
}

.registration-form .alpha-invitation {
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
}

.registration-form .alpha-invitation > div {
    margin: 0;
}

.registration-captcha {
    --altcha-color-base: var(--surface);
    --altcha-color-base-content: var(--ink);
    --altcha-border-color: var(--line);
    --altcha-color-primary: var(--green);
}

.registration-captcha input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
}

@media (min-width: 1001px) and (max-width: 1440px) {
    .auth-page--registration .auth-garden {
        width: 240px;
    }
}

.auth-header {
    padding: 18px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-header .brand {
    font-size: 2.8rem;
    gap: 15px;
}

.auth-header>a:last-child {
    margin-right: 80px;
}

.auth-content {
    width: min(600px,calc(100% - 40px));
    margin: 45px auto 65px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.auth-content h1 {
    font-size: 2.9rem;
    white-space: nowrap;
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 14px;
}

.auth-content>.lede {
    font-size: 1.6rem;
    margin-bottom: 42px;
}

.auth-content form {
    text-align: left;
}

.auth-content form>div>div {
    margin-bottom: 28px;
}

.auth-content input {
    padding: 17px 20px;
    font-size: 1.2rem;
    background: var(--surface-white);
}

.auth-content .button {
    min-height: 60px;
    font-size: 1.25rem;
    margin-top: 15px;
}

.auth-content>p:not(.lede) {
    margin-top: 25px;
}

.auth-content .accent-link {
    text-decoration: underline;
    margin-left: 7px;
    font-weight: bold;
}

.auth-garden {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 380px;
    height: auto;
    pointer-events: none;
}

.auth-footer {
    text-align: center;
    padding: 2rem;
    color: var(--muted);
    font-size: .9rem;
}

.separator {
    color: var(--muted);
    font-style: italic;
}

.auth-content .otp-input {
    letter-spacing: .65em;
    font-size: 2rem;
    text-align: center;
}

@media(max-width:1000px) {
    .auth-garden {
        width: 180px;
        opacity: .65;
    }
    .auth-content h1 {
        white-space: normal;
        margin-left: 0;
        margin-right: 0;
        font-size: 2.3rem;
    }
}

@media(max-width:600px) {
    .auth-header {
        padding: 10px 18px;
    }
    .auth-header .brand {
        font-size: 2rem;
    }
    .auth-header>a:last-child {
        margin: 0;
        font-size: .85rem;
    }
    .auth-content {
        margin-top: 45px;
    }
    .auth-content h1 {
        font-size: 2rem;
    }
    .auth-content>.lede {
        font-size: 1.25rem;
        margin-bottom: 26px;
    }
    .auth-garden {
        display: none;
    }
}

.auth-vine {
    position: absolute;
    right: 0;
    top: 0;
    width: 111px;
    pointer-events: none;
}

@media(max-width:760px) {
    .auth-vine {
        width: 45px;
    }
}
