html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #000066;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    color: #ffffff;
    margin-bottom: 0;
}

/* =========================================================
   Global Focus Styles
   ========================================================= */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem #258cfb;
}

/* =========================================================
   Shared Legacy Shell
   ========================================================= */
.legacy-page {
    width: 100%;
    min-height: 100vh;
    background-color: #000066;
}

.legacy-shell {
    max-width: 1280px;
    margin: 16px auto 0 auto;
    padding: 0 12px 20px 12px;
    box-sizing: border-box;
}

/* =========================================================
   Shared Header
   ========================================================= */
.legacy-top-header {
    position: relative;
    height: 74px;
    background-color: #000066;
    box-sizing: border-box;
    overflow: hidden;
}

.legacy-top-logo {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 250px;
    max-width: none;
    height: auto;
    display: block;
}

.legacy-top-title {
    color: #ffffff !important;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 16px;
}

/* =========================================================
   Shared Divider Rules
   ========================================================= */
.legacy-top-rule,
.legacy-bottom-rule {
    width: 100%;
    height: 6px;
    background-color: #2aa7e8;
    display: block;
}

/* =========================================================
   Shared Footer
   ========================================================= */
.legacy-footer {
    margin-top: 18px;
    padding: 0 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    color: #ffffff;
}

    .legacy-footer div {
        margin-top: 4px;
    }

        .legacy-footer div:first-child {
            color: #ffffff;
            font-weight: bold;
        }

    .legacy-footer a {
        color: #00ff00 !important;
        font-weight: bold;
        text-decoration: underline;
    }

        .legacy-footer a:hover {
            color: #66ff66 !important;
        }

/* =========================================================
   Shared Typography Helpers
   ========================================================= */
.step-title,
h1,
h2 {
    color: #ffffff !important;
    font-weight: bold;
}

/* =========================================================
   Shared Responsive Header / Footer
   ========================================================= */
@media (max-width: 1100px) {
    .legacy-top-header {
        height: auto;
        min-height: 70px;
        padding: 10px 12px 12px 12px;
    }

    .legacy-top-logo {
        position: static;
        display: block;
        width: 220px;
        max-width: 90%;
        margin: 0 0 8px 0;
    }

    .legacy-top-title {
        text-align: center;
        padding: 0 10px;
        font-size: 24px;
        line-height: 1.15;
    }
}

@media (max-width: 768px) {
    .legacy-shell {
        margin: 10px auto 0 auto;
        padding: 0 10px 20px 10px;
    }

    .legacy-top-header {
        padding: 10px 8px 10px 8px;
    }

    .legacy-top-logo {
        width: 190px;
        max-width: 88%;
        margin: 0 0 6px 0;
    }

    .legacy-top-title {
        font-size: 20px;
        line-height: 1.15;
        padding: 0 6px;
    }

    .legacy-top-rule,
    .legacy-bottom-rule {
        height: 4px;
    }

    .legacy-footer {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .legacy-top-logo {
        width: 170px;
    }

    .legacy-top-title {
        font-size: 18px;
    }
}

.wizard-form-panel .text-muted,
.wizard-panel .text-muted {
    color: #ffffff !important;
    opacity: 0.85; /* optional for softer look */
}
.wizard-section-title {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}