﻿/* =========================
   GovTransfer Auth - Login
   (requires auth-shared.css)
   ========================= */

/* Label row: "Username" ..... "Forgot username?" */
.gt-rowHead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

/* Inline links on the right side of labels */
.gt-inlineLink {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.70);
    text-decoration: none;
    white-space: nowrap;
}

    .gt-inlineLink:hover {
        text-decoration: underline;
    }

/* Remember-me row (if you’re using it as a flex bar) */
.gt-loginRow {
    margin: 6px 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Acceptable Use Policy block */
.gt-aup {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.gt-aup__title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.80);
}

.gt-aup__list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(255,255,255,0.62);
    font-size: 0.85rem;
    line-height: 1.5;
}
