﻿.gt-forgotArt {
    margin-top: 24px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.18);
    padding: 14px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.20);
    overflow: hidden;
}

    .gt-forgotArt img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0.92;
        filter: saturate(1.05) contrast(1.05);
    }

.gt-recoveryHints {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.gt-recoveryHint {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.10));
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gt-recoveryHint__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.20);
    color: rgba(255,255,255,0.78);
}

.gt-recoveryHint__title {
    font-weight: 720;
    color: rgba(255,255,255,0.92);
    margin-bottom: 2px;
}

.gt-recoveryHint__text {
    color: rgba(255,255,255,0.66);
    font-size: 0.92rem;
    line-height: 1.4;
}

.gt-auth2__left::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 180px;
    background: radial-gradient( 60% 60% at 30% 80%, rgba(255,255,255,0.04), transparent 70% );
    pointer-events: none;
}
