 :root {
    --ink: #10203d;
    --muted: #5d6677;
    --line: #d9dfeb;
    --card: rgba(255,255,255,0.94);
    --accent: #0f6d58;
    --accent-dark: #0b5847;
    --bg-a: #f7efe4;
    --bg-b: #e8eef8;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    padding: 0;
    /* min-height: 100vh; */
    display: grid;
    place-items: center;
    font-family: Montserrat, "Segoe UI", system-ui, sans-serif;
    
    color: var(--ink);
}

h1 { margin: 0 0 8px; font-size: 2rem; }
p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; }
.notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 109, 88, 0.08);
    color: var(--accent-dark);
    border: 1px solid rgba(15, 109, 88, 0.18);
    font-weight: 600;
}
.errors {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(188, 36, 60, 0.08);
    color: #991b1b;
    border: 1px solid rgba(188, 36, 60, 0.18);
}

.link { margin-top: 14px; width: 100%; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.tips {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.92rem;
}

    .main-logo {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.btn-theme {
    display: inline-block;
    border: 0;
    border-radius: 14px;
    padding: 13px 18px;
    background: linear-gradient(135deg, #E1B84A 0%, #5A5212 100%);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.btn-theme:hover {
    color: #fff;
}

.alert-theme {
    margin-top: 8px;
    padding: 16px 16px 14px 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff8f0 0%, #ffefd9 100%);
    border: 1px solid rgba(209, 139, 45, 0.45);
}

@media (max-width: 768px) {
    .main-logo {
        width: 100%;
        max-width: 200px;
    }

    
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
}

.btn-primary {
    color: #fff;
    border: none;
    background: linear-gradient(135deg, #D09B2C 0%, #6C6114 100%);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #E1B84A 0%, #5A5212 100%);
    color: #fff;
}


.main-header {
    background: url("../images/hgh-reg-header-bg.jpg") center/cover no-repeat;
    padding: 25px 20px 25px;
    margin-bottom: 10px;
    width: 100%;
}

.mh-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mt-50 {
    margin-top: 50px !important;
}

.btn-blue-wide {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #D09B2C 0%, #6C6114 100%);
    color: #fff;
    font: inherit;
    font-weight: 800;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
}
.btn-blue-wide:hover { filter: brightness(1.06); }

    .assist-wrap {
    margin-top: 0px;
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #F2F0FF 0%, #E1DBD2 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
}
        
/* Title */
.assist-title {
    font-size: 20px;
    font-weight: 700;
    color: #6C6114;
    margin-bottom: 20px;
}

/* Row Layout */
.assist-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Item Card */
.assist-item {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 4px;

    padding: 15px 18px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
        justify-content: center;
    text-align: center;
}

/* Hover Effect */
.assist-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Icon */
.assist-item svg {
    width: 28px;
    height: 28px;
    fill: #D09B2C;
    margin:  0 auto 8px auto;
}

/* Heading */
.assist-item strong {
    font-size: 14px;
    color: #6C6114;
        text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Text */
.assist-item span {
    font-size: 13px;
    color: #555;
        font-weight: 600;
}

/* Email Link */
.assist-item a {
    font-size: 14px;
    font-weight: 600;
    color: #D09B2C;
    text-decoration: none;
}

.assist-item a:hover {
    color: #6C6114;
}

.header-actions .button.secondary { font-size: 0.82rem; padding: 10px 16px; }

.login-card {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-section {
    padding: 30px 0;
    text-align: left;
    width: 100%;
}

    .section-head {
        margin: 0 0 22px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #71682f;
        text-transform: capitalize;
    }


    .form-card {
        margin: 0 auto;
        background: #fff;
        border-radius: 18px;
        border: 1px solid #e7e2d9;
        box-shadow: 0 20px 50px rgba(42, 55, 89, 0.08);
    }

    .form-control {
        border-radius: 10px;
        border: 1px solid #e6e6ea;
        min-height: 44px;
        padding: 11px 13px;
        font: inherit;
        width: 100%;
        box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
        font-size: 14px;
        font-weight: 500;
    }

    .form-control:focus {
        outline: none;
        border-color: #8aa9e6;
        box-shadow: 0 0 0 3px rgba(70, 108, 191, 0.12);
    }

    label {
        font-size: 0.88rem;
        font-weight: 700;
        color: #4c5668;
    }

    .form-check-input:checked {
        background-color: #71682f;
        border-color: #71682f;
    }

    .form-check-input:focus {
        border-color: #f7efbd;
        outline: 0;
        box-shadow: none;
    }

    .formError {
        position: relative !important; 
        top: auto !important; 
        left: 0 !important; 
        margin-top: 5px !important; 
        width: 100%; 
        z-index: 1; 
    }

    .formError .formErrorArrow {
        display: none !important;
    }

    .formError .formErrorContent {
        box-shadow: none !important;
        border: 0 !important;
        padding: 0 !important;
        color: #f00 !important;
        background: transparent !important;
    }
    
    .form-group {
        margin-bottom: 20px;
    }