:root {
    --tm-navy: #0F172A;
    --tm-blue: #3B82F6;
    --tm-blue-soft: rgba(59, 130, 246, 0.12);
    --tm-bg: #F8FAFC;
    --tm-card: #FFFFFF;
    --tm-border: #E2E8F0;
    --tm-text: #0F172A;
    --tm-muted: #64748B;
    --tm-danger: #EF4444;
    --tm-radius-lg: 24px;
    --tm-radius-md: 16px;
    --tm-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--tm-bg);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--tm-text);
    background: var(--tm-bg);
    font-family: "Vazirmatn", "Vazir", "IRANSans", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.auth-page {
    min-height: 100vh;
    padding: 20px;
}

.auth-shell {
    display: grid;
    direction: ltr;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
    min-height: calc(100vh - 40px);
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.86);
    border-radius: 30px;
    background: var(--tm-card);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.09);
}

.brand-panel {
    position: relative;
    direction: rtl;
    display: flex;
    min-height: 700px;
    overflow: hidden;
    flex-direction: column;
    padding: 40px 48px 32px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(59, 130, 246, 0.22), transparent 42%),
        var(--tm-navy);
    isolation: isolate;
}

.brand-panel::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.brand-glow {
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(70px);
}

.brand-glow--top {
    top: -190px;
    left: -80px;
}

.brand-glow--bottom {
    right: -180px;
    bottom: -160px;
    background: rgba(59, 130, 246, 0.14);
}

.brand-panel__header,
.brand-panel__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark__symbol {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 15px;
}

.brand-mark__symbol svg {
    width: 38px;
    height: 38px;
    stroke-width: 2.4;
}

.brand-mark__copy {
    display: grid;
    gap: 1px;
}

.brand-mark__copy strong {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.brand-mark__copy small {
    opacity: 0.66;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.brand-mark--light .brand-mark__symbol {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.brand-mark--dark .brand-mark__symbol {
    color: var(--tm-blue);
    background: var(--tm-blue-soft);
}

.brand-panel__badge {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.055);
    font-size: 11px;
    font-weight: 500;
}

.brand-slider {
    display: flex;
    width: min(600px, 100%);
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin: 14px auto 22px;
}

.brand-slider__visual {
    position: relative;
    width: 340px;
    height: 270px;
    margin: 0 auto 6px;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.orbit--outer {
    inset: 5px 40px 0;
    animation: tm-orbit 24s linear infinite;
}

.orbit--outer::after,
.orbit--inner::after {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid var(--tm-navy);
    border-radius: 50%;
    background: var(--tm-blue);
    box-shadow: 0 0 18px rgba(59, 130, 246, 0.9);
    content: "";
}

.orbit--outer::after {
    top: 18px;
    right: 44px;
}

.orbit--inner {
    inset: 39px 75px 34px;
    border-style: dashed;
    animation: tm-orbit 18s linear infinite reverse;
}

.orbit--inner::after {
    bottom: 9px;
    left: 25px;
    width: 5px;
    height: 5px;
}

.clock-face {
    position: absolute;
    top: 57px;
    left: 50%;
    width: 148px;
    height: 148px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.04), 0 28px 50px rgba(2, 6, 23, 0.24);
    backdrop-filter: blur(12px);
}

.clock-face::before {
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
}

.clock-face__dot {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%);
    border: 2px solid var(--tm-navy);
    border-radius: 50%;
    background: #fff;
}

.clock-face__hand {
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: calc(50% - 1px);
    width: 2px;
    transform-origin: bottom;
    border-radius: 2px;
    background: #fff;
}

.clock-face__hand--hour {
    height: 35px;
    transform: rotate(-38deg);
}

.clock-face__hand--minute {
    height: 49px;
    transform: rotate(62deg);
    background: var(--tm-blue);
}

.clock-face__check {
    position: absolute;
    right: -1px;
    bottom: 9px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 4px solid var(--tm-navy);
    border-radius: 50%;
    color: #fff;
    background: var(--tm-blue);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}

.clock-face__check svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.5;
}

.timeline-card {
    position: absolute;
    display: flex;
    min-width: 157px;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.72);
    box-shadow: 0 16px 35px rgba(2, 6, 23, 0.23);
    backdrop-filter: blur(12px);
}

.timeline-card--top {
    top: 29px;
    right: 0;
    animation: tm-float 5s ease-in-out infinite;
}

.timeline-card--bottom {
    bottom: 7px;
    left: 0;
    animation: tm-float 5s 1.2s ease-in-out infinite;
}

.timeline-card__icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 10px;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.16);
}

.timeline-card__icon svg {
    width: 18px;
    height: 18px;
}

.timeline-card span:last-child {
    display: grid;
    gap: 2px;
}

.timeline-card small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
}

.timeline-card strong {
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 600;
}

.timeline-card__progress {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--tm-blue) 0 70%, rgba(255, 255, 255, 0.1) 70%);
}

.timeline-card__progress::after {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #1d2a40;
    content: "";
}

.timeline-card__progress i {
    z-index: 1;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.brand-slides {
    position: relative;
    min-height: 158px;
    text-align: center;
}

.brand-slide {
    animation: tm-slide-in 0.48s ease both;
}

.brand-slide__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 700;
}

.brand-slide h1 {
    max-width: 520px;
    margin: 0 auto 10px;
    font-size: clamp(25px, 2.15vw, 34px);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

.brand-slide p {
    max-width: 490px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 2;
}

.brand-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
}

.slider-arrow {
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.045);
    cursor: pointer;
    transition: 180ms ease;
}

.slider-arrow:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.slider-arrow svg {
    width: 15px;
    height: 15px;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.slider-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
    transition: 220ms ease;
}

.slider-dot.is-active {
    width: 22px;
    background: var(--tm-blue);
}

.brand-panel__footer {
    color: rgba(255, 255, 255, 0.36);
    font-size: 10px;
}

.brand-panel__status {
    display: flex;
    align-items: center;
    gap: 7px;
}

.brand-panel__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tm-blue);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.75);
}

.auth-side {
    position: relative;
    direction: rtl;
    display: flex;
    min-height: 700px;
    align-items: center;
    justify-content: center;
    padding: 44px clamp(38px, 5vw, 80px) 32px;
    background: var(--tm-bg);
}

.auth-side__ambient {
    position: absolute;
    top: 4%;
    right: 12%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.07);
    filter: blur(75px);
    pointer-events: none;
}

.auth-card {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    margin-bottom: 34px;
    padding: 34px 36px 28px;
    border: 1px solid rgba(226, 232, 240, 0.86);
    border-radius: var(--tm-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--tm-shadow);
}

.auth-card__logo {
    width: fit-content;
    margin: 0 auto 34px;
}

.auth-step {
    position: relative;
}

.auth-step.is-active {
    animation: tm-step-in 0.32s ease both;
}

.step-back {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--tm-border);
    border-radius: 11px;
    color: var(--tm-muted);
    background: #fff;
    cursor: pointer;
    transition: 180ms ease;
}

.step-back:hover {
    border-color: rgba(59, 130, 246, 0.35);
    color: var(--tm-blue);
    background: var(--tm-blue-soft);
}

.step-back svg {
    width: 17px;
    height: 17px;
}

.auth-heading {
    margin-bottom: 27px;
    text-align: right;
}

.auth-heading__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--tm-blue);
    font-size: 12px;
    font-weight: 700;
}

.auth-heading__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: 15px;
    color: var(--tm-blue);
    background: var(--tm-blue-soft);
}

.auth-heading__icon svg {
    width: 24px;
    height: 24px;
}

.auth-heading h2 {
    margin: 0 0 9px;
    color: var(--tm-text);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.45px;
}

.auth-heading p {
    margin: 0;
    color: var(--tm-muted);
    font-size: 12px;
    line-height: 1.9;
}

.identifier-preview {
    display: block;
    margin-top: 8px;
    color: var(--tm-text);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.auth-form,
.field-group {
    display: grid;
}

.auth-form {
    gap: 16px;
}

.field-group {
    gap: 8px;
}

.field-group label,
.field-label-row {
    color: #334155;
    font-size: 11px;
    font-weight: 700;
}

.field-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.field-control {
    position: relative;
    display: flex;
    align-items: center;
}

.field-control__icon {
    position: absolute;
    z-index: 1;
    right: 15px;
    color: #94a3b8;
    pointer-events: none;
}

.field-control__icon svg {
    width: 19px;
    height: 19px;
}

.field-control input {
    width: 100%;
    height: 50px;
    padding: 0 46px 0 44px;
    border: 1px solid var(--tm-border);
    border-radius: 13px;
    outline: none;
    color: var(--tm-text);
    background: #fff;
    font-size: 12px;
    transition: 180ms ease;
}

.field-control input::placeholder {
    color: #94a3b8;
}

.field-control:focus-within .field-control__icon {
    color: var(--tm-blue);
}

.field-control input:focus {
    border-color: var(--tm-blue);
    box-shadow: 0 0 0 4px var(--tm-blue-soft);
}

.field-control input[aria-invalid="true"],
.otp-inputs.has-error input {
    border-color: rgba(239, 68, 68, 0.7);
}

.field-error {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 9px 11px;
    border: 1px solid rgba(239, 68, 68, 0.14);
    border-radius: 10px;
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.06);
    font-size: 10px;
    line-height: 1.6;
}

.field-error[hidden] {
    display: none;
}

.field-error svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

.button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 13px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover:not(:disabled) {
    transform: translateY(-1px);
}

.button:active:not(:disabled) {
    transform: translateY(0);
}

.button--primary {
    border: 1px solid var(--tm-blue);
    color: #fff;
    background: var(--tm-blue);
    box-shadow: 0 10px 22px rgba(59, 130, 246, 0.22);
}

.button--primary:hover:not(:disabled) {
    background: #2563eb;
    box-shadow: 0 13px 26px rgba(59, 130, 246, 0.27);
}

.button--secondary {
    border: 1px solid var(--tm-border);
    color: #334155;
    background: #fff;
}

.button--secondary:hover:not(:disabled) {
    border-color: rgba(59, 130, 246, 0.28);
    color: var(--tm-blue);
    background: rgba(59, 130, 246, 0.035);
}

.button--secondary svg {
    width: 18px;
    height: 18px;
    color: var(--tm-blue);
}

.button__arrow {
    position: absolute;
    left: 17px;
    width: 17px;
    height: 17px;
}

.button__spinner {
    display: none;
    width: 17px;
    height: 17px;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tm-spin 0.7s linear infinite;
}

.button.is-loading {
    cursor: wait;
}

.button.is-loading .button__spinner {
    display: block;
}

.button.is-loading .button__arrow {
    display: none;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 19px 0;
    color: #94a3b8;
    font-size: 10px;
}

.auth-divider::before,
.auth-divider::after {
    height: 1px;
    flex: 1;
    background: var(--tm-border);
    content: "";
}

.text-button,
.link-button {
    padding: 0;
    border: 0;
    color: var(--tm-blue);
    background: transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
}

.text-button {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    justify-self: center;
    margin-top: 2px;
}

.text-button svg {
    width: 16px;
    height: 16px;
}

.text-button:hover,
.link-button:hover {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.password-toggle {
    position: absolute;
    left: 13px;
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    color: #94a3b8;
    background: transparent;
    cursor: pointer;
}

.password-toggle svg {
    width: 18px;
    height: 18px;
}

.password-toggle__hide,
.password-toggle.is-visible .password-toggle__show {
    display: none;
}

.password-toggle.is-visible .password-toggle__hide {
    display: block;
}

.otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.otp-inputs input {
    width: 100%;
    min-width: 0;
    height: 54px;
    padding: 0;
    border: 1px solid var(--tm-border);
    border-radius: 12px;
    outline: none;
    color: var(--tm-text);
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    caret-color: var(--tm-blue);
    transition: 180ms ease;
}

.otp-inputs input:focus {
    border-color: var(--tm-blue);
    box-shadow: 0 0 0 3px var(--tm-blue-soft);
}

.otp-inputs input:not(:placeholder-shown) {
    border-color: rgba(59, 130, 246, 0.42);
    background: rgba(59, 130, 246, 0.025);
}

.resend-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--tm-muted);
    font-size: 10px;
}

.resend-row__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tm-blue);
    animation: tm-pulse 1.8s ease-in-out infinite;
}

.auth-note {
    margin-top: 25px;
    color: #94a3b8;
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
}

.auth-note a {
    color: var(--tm-muted);
    font-weight: 600;
    text-decoration: none;
}

.auth-note a:hover {
    color: var(--tm-blue);
}

.auth-side__footer {
    position: absolute;
    right: 0;
    bottom: 26px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #94a3b8;
    font-size: 10px;
}

.auth-side__footer a {
    color: var(--tm-blue);
    font-weight: 600;
    text-decoration: none;
}

@keyframes tm-spin {
    to { transform: rotate(360deg); }
}

@keyframes tm-pulse {
    0%, 100% { opacity: 0.35; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes tm-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes tm-orbit {
    to { transform: rotate(360deg); }
}

@keyframes tm-slide-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes tm-step-in {
    from { opacity: 0; transform: translateX(-9px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1120px) {
    .auth-page {
        padding: 14px;
    }

    .auth-shell {
        grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
        min-height: calc(100vh - 28px);
    }

    .brand-panel {
        padding: 34px 32px 28px;
    }

    .brand-panel__badge {
        display: none;
    }

    .brand-slider__visual {
        transform: scale(0.88);
    }

    .brand-slide h1 {
        font-size: 26px;
    }

    .auth-side {
        padding-inline: 35px;
    }
}

@media (max-width: 860px) {
    .auth-page {
        padding: 0;
    }

    .auth-shell {
        display: block;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .brand-panel {
        min-height: auto;
        padding: 19px 26px;
        border-radius: 0 0 28px 28px;
    }

    .brand-slider,
    .brand-panel__footer,
    .brand-panel__badge {
        display: none;
    }

    .brand-panel__header {
        justify-content: center;
    }

    .brand-mark--light .brand-mark__copy small {
        opacity: 0.55;
    }

    .auth-side {
        min-height: calc(100vh - 84px);
        align-items: flex-start;
        padding: 34px 24px 70px;
    }

    .auth-card {
        width: min(480px, 100%);
        margin: 0;
    }
}

@media (max-width: 520px) {
    .brand-panel {
        padding-block: 15px;
        border-radius: 0 0 22px 22px;
    }

    .brand-mark__symbol {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 13px;
    }

    .brand-mark__symbol svg {
        width: 33px;
        height: 33px;
    }

    .brand-mark__copy strong {
        font-size: 19px;
    }

    .auth-side {
        min-height: calc(100vh - 70px);
        padding: 25px 16px 62px;
    }

    .auth-card {
        padding: 27px 22px 23px;
        border-radius: 21px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    }

    .auth-card__logo {
        display: none;
    }

    .auth-heading {
        margin-bottom: 23px;
    }

    .auth-heading h2 {
        padding-left: 30px;
        font-size: 20px;
    }

    .auth-heading p {
        font-size: 11px;
    }

    .otp-inputs {
        gap: 6px;
    }

    .otp-inputs input {
        height: 49px;
        border-radius: 10px;
        font-size: 18px;
    }

    .auth-side__footer {
        bottom: 21px;
    }
}

@media (max-width: 360px) {
    .auth-side {
        padding-inline: 10px;
    }

    .auth-card {
        padding-inline: 17px;
    }

    .otp-inputs {
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.auth-message {
    margin: 0 0 16px;
    padding: 11px 13px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.7;
}

.auth-message--error {
    border: 1px solid rgba(239, 68, 68, 0.16);
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.06);
}

.auth-message--success {
    border: 1px solid rgba(34, 197, 94, 0.18);
    color: #15803d;
    background: rgba(34, 197, 94, 0.07);
}

.button,
.text-button {
    text-decoration: none;
}
