/* Forgot password — layered on teacher-login-revamp / Login.css */
.tlr-panel-right.tlr-forgot-right .tlr-form-wrap {
    align-items: center;
    justify-content: center;
}

.tlr-panel-right.tlr-forgot-right .tlr-forgot-form-inner {
    margin-top: 0;
    align-items: center;
    width: 100%;
    max-width: 560px;
}

.tlr-panel-right.tlr-forgot-right .tlr-forgot-form-inner .tlr-badge-role {
    align-self: center;
}

.tlr-panel-right.tlr-forgot-right .tlr-welcome-title,
.tlr-panel-right.tlr-forgot-right .tlr-welcome-sub {
    text-align: center;
    width: 100%;
}

.tlr-panel-right.tlr-forgot-right .tlr-welcome-sub {
    max-width: 28rem;
}

.tlr-panel-right.tlr-forgot-right .tlr-forgot-form-card {
    align-self: stretch;
    width: 100%;
}

.tlr-panel-right.tlr-forgot-right .tlr-form-links {
    width: 100%;
    text-align: center;
}

.tlr-forgot-form-card {
    margin-top: clamp(1rem, 2.5vh, 1.65rem);
}

.tlr-forgot-hint {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--tlr-muted, #6b7280);
    margin: 0.4rem 0 0;
}

.tlr-nav-teacher-login .tlr-nav-ico {
    display: inline-flex;
    align-items: center;
}
