.tg-topbar { display: none; }
.tg-footer-mini { display: none; }
body {
    background-image: none;
    background-color: #f2f2f2;
}
.tg-main {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
}
.tg-forgot-shell {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
}
.tg-forgot-visual {
    background-image: var(--tg-forgot-visual-bg);
    background-size: cover;
    background-position: center;
}
.tg-forgot-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2.5rem;
    padding-top: 4.5rem;
}
.tg-forgot-logo {
    align-self: center;
    line-height: 0;
    margin-bottom: 2.5rem;
}
.tg-forgot-logo img {
    width: 180px;
    height: auto;
    display: block;
}
.tg-forgot-card {
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    max-width: 420px;
    width: 100%;
    margin: auto;
    padding: 0;
}
.tg-forgot-card h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #cc0000;
}
.form-group { margin-bottom: 0.9rem; }
.form-group label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #606060cc;
    margin-bottom: 0.4rem;
}
.form-group input {
    border-radius: 20px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    padding: 0.75rem 1.2rem;
    width: 100%;
}
.form-group input:focus {
    border-color: #cc0000;
    box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12);
}
.tg-message {
    font-family: 'Open Sans', sans-serif;
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
}
.tg-links {
    margin-top: 1.2rem;
    text-align: center;
}
.tg-links a {
    color: #cc0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.tg-links a:hover { text-decoration: underline; }
@media (max-width: 980px) {
    .tg-forgot-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .tg-forgot-visual { display: none; }
    .tg-forgot-panel { padding: 1.5rem; }
    .tg-forgot-logo { margin-bottom: 1rem; }
    .tg-forgot-logo img { width: 150px; }
    .tg-forgot-card h1 { font-size: 36px; }
}
