﻿.header-login > span:first-child {
    font-size: 1.7em;
}

.h5-recover-page {
    --h5-login-shell-width: 1260px;
}

.h5-recover-stage {
    grid-template-columns: minmax(360px, 1fr) minmax(460px, 520px);
}

.h5-recover-page .h5-recover-form {
    width: 100%;
}

.h5-recover-orbital-visual {
    width: min(100%, 450px);
}

.h5-recover-orbital-caption {
    margin-top: -8px;
}

.header-login > span:last-child {
    font-size: 0.78em;
    line-height: 1.55;
    max-width: 30rem;
}

.h5-recover-form .body-login {
    height: auto;
    min-height: 25rem;
}

.h5-recover-form .footer-body {
    align-items: stretch;
}

.h5-recover-form .btn-login {
    border: 0;
    width: 100%;
    min-height: 3.25rem;
}

.h5-recover-form .btn-login:focus-visible,
.h5-recover-primary-link:focus-visible,
.h5-recover-secondary-link:focus-visible {
    outline: 3px solid #7ce7f6;
    outline-offset: 3px;
}

.h5-recover-form .btn-login.is-loading {
    cursor: wait;
    opacity: 0.82;
}

.h5-recover-field-error {
    display: block;
    min-height: 1.35rem;
    margin-top: 0.45rem;
    color: #ffb8c2;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
}

.h5-recover-submit-status {
    margin-top: 0.85rem;
    color: #dce5ff;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: center;
}

.h5-recover-submit-status[data-state="error"] {
    color: #ffb8c2;
}

.h5-recover-receipt {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.35rem 1rem;
    overflow-wrap: anywhere;
    color: #f7f9ff;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.h5-recover-receipt-icon {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.15rem;
    color: #091426;
    background: #7ce7f6;
    border-radius: 50%;
    font-size: 1.35rem;
    box-shadow: 0 0 0 0.4rem rgba(124, 231, 246, 0.12);
}

.h5-recover-receipt-eyebrow {
    color: #8deaf7;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.h5-recover-receipt h1 {
    margin: 0.55rem 0 0.9rem;
    color: #ffffff;
    font-size: clamp(1.65rem, 5vw, 2.2rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.h5-recover-receipt > p {
    margin: 0;
    color: #dce5ff;
    font-size: 0.98rem;
    line-height: 1.65;
}

.h5-recover-guidance {
    margin: 1.4rem 0;
    padding: 1rem 1.1rem;
    color: #edf3ff;
    background: rgba(255, 255, 255, 0.07);
    border-left: 3px solid #7ce7f6;
    border-radius: 0.2rem 0.8rem 0.8rem 0.2rem;
}

.h5-recover-guidance strong {
    color: #ffffff;
}

.h5-recover-guidance ul {
    margin: 0.65rem 0 0;
    padding-left: 1.15rem;
    font-size: 0.86rem;
    line-height: 1.65;
}

.h5-recover-receipt .h5-recover-privacy {
    color: #b9c6e5;
    font-size: 0.76rem;
    line-height: 1.55;
}

.h5-recover-receipt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.h5-recover-primary-link,
.h5-recover-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border-radius: 0.7rem;
    font-weight: 700;
    text-decoration: none;
}

.h5-recover-receipt-actions > * {
    flex: 1 1 12rem;
}

.h5-recover-receipt .h5-recover-primary-link {
    color: #081426 !important;
    background: #7ce7f6;
}

.h5-recover-receipt .h5-recover-primary-link:hover {
    color: #081426 !important;
    background: #a7f1fb;
}

.h5-recover-receipt .h5-recover-secondary-link {
    color: #eef4ff !important;
    border: 1px solid rgba(238, 244, 255, 0.38);
    background: rgba(255, 255, 255, 0.04);
}

.h5-recover-receipt .h5-recover-secondary-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991px) and (max-height: 460px) {
    .container-fluid > .row {
        flex-direction: row-reverse;
    }

    .form-div {
        align-items: center;
    }

    .body-login {
        height: 70%;
        width: 60%;
        margin-top: 5%;
    }
}

.footer-login {
    font-family: 'Poppins', sans-serif;
    color: var(--blue);
    font-weight: 200;
    font-size: 0.9em;
}

    .footer-login > a {
        font-family: 'Poppins', sans-serif;
        color: var(--blue);
        font-weight: 600;
        font-size: 1em;
    }

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .circle-6 {
        top: 750px;
    }

    .circle-7 {
        top: 900px;
        right: 200px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
    .h5-recover-stage {
        gap: 32px;
        grid-template-columns: minmax(280px, 340px) minmax(410px, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .h5-recover-form {
        width: 100%;
    }

    .h5-recover-form .body-login {
        width: min(100%, 34rem);
        min-height: auto;
    }

    .h5-recover-receipt {
        border-radius: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .h5-recover-receipt-actions {
        display: grid;
    }
}

@media screen and (max-width: 420px) {
    .h5-recover-receipt {
        padding: 1.35rem 1.15rem;
    }

    .h5-recover-receipt h1 {
        font-size: 1.6rem;
    }
}
