/* DEFINITIVE GMS — Authentication password recovery v1.4.2 */
.auth-forgot-link {
    display: flex;
    justify-content: flex-end;
    margin: -0.15rem 0 0.85rem;
}

.auth-forgot-link a,
.auth-reset-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #19bcbf;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.auth-forgot-link a:hover,
.auth-reset-actions a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.auth-success {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(25, 188, 191, 0.32);
    border-radius: 0.7rem;
    background: rgba(25, 188, 191, 0.09);
    color: inherit;
    font-size: 0.8rem;
    line-height: 1.45;
}

.auth-success i {
    flex: 0 0 auto;
    margin-top: 0.08rem;
    color: #19bcbf;
}

.auth-reset-actions {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.auth-button-link {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-decoration: none !important;
}

@media (max-width: 767.98px) {
    .auth-forgot-link {
        margin-bottom: 0.7rem;
    }
}

/* Password-flow artwork: recovery/change-password pages get their own fantasy security scene. */
.auth-image-panel--recovery > img {
    object-position: 50% 50%;
}

.auth-image-panel--recovery .image-overlay {
    background:
        linear-gradient(180deg, rgba(3, 13, 18, 0.06) 0%, rgba(3, 13, 18, 0.18) 42%, rgba(3, 13, 18, 0.9) 100%),
        linear-gradient(90deg, rgba(3, 13, 18, 0.06) 0%, rgba(3, 13, 18, 0.28) 100%);
}

