/* =========================================================
   Haxter Corporation Cloud Sign-in Gateway
   Uses My.HaxterSociety signinv3.css visual language
   (c) Haxter Corporation | 2026
   ========================================================= */
header{
    background-color: white;
    background: white;
}
.hxcloud_gateway_page {
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif !important;
}

.hxcloud_gateway_shell {
    width: min(520px, 100%);
}

.hxcloud_gateway_card {
    padding-top: 34px;
}

.hxcloud_gateway_brand {
    margin-bottom: 24px;
}

.hxcloud_gateway_brand img {
    width: 300px;
    max-width: 92%;
    height: auto;
    display: block;
}

.hxcloud_gateway_subtitle {
    max-width: 390px;
}

.hxcloud_identity_options {
    margin-top: 28px;
    display: grid;
    gap: 14px;
}

.hxcloud_identity_option,
.hxcloud_identity_option:visited,
.hxcloud_identity_option:active {
    display: block !important;
    padding: 18px 18px 17px !important;
    border: 1px solid rgba(217, 220, 227, 0.95) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: #242424 !important;
    text-decoration: none !important;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.hxcloud_identity_option:hover,
.hxcloud_identity_option:focus {
    border-color: var(--hxlogin-blue) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(0, 103, 184, 0.12) !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.hxcloud_identity_option__label {
    display: block;
    margin-bottom: 7px;
    color: var(--hxlogin-blue);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hxcloud_identity_option strong {
    display: block;
    margin-bottom: 7px;
    color: #242424;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hxcloud_identity_option small {
    display: block;
    color: var(--hxlogin-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}

.hxcloud_identity_option--business {
    background: rgba(248, 250, 252, 0.92) !important;
}

.hxcloud_gateway_summary {
    margin-top: 30px;
}

.hxcloud_gateway_summary h2 {
    font-size: 22px;
}

.hxcloud_gateway_summary p {
    font-size: 13.5px;
}

/* Prevent globals.css anchor override inside Cloud gateway */

.hxcloud_gateway_page a,
.hxcloud_gateway_page a:visited,
.hxcloud_gateway_page a:active {
    font-size: inherit;
}

/* Mobile */

@media (max-width: 640px) {
    .hxcloud_gateway_shell {
        width: 100%;
    }

    .hxcloud_gateway_card {
        padding: 30px 24px 28px;
    }

    .hxcloud_gateway_brand img {
        width: 260px;
        max-width: 92%;
    }

    .hxcloud_identity_options {
        margin-top: 24px;
        gap: 12px;
    }

    .hxcloud_identity_option,
    .hxcloud_identity_option:visited,
    .hxcloud_identity_option:active {
        padding: 16px !important;
    }

    .hxcloud_identity_option__label {
        font-size: 11px;
    }

    .hxcloud_identity_option strong {
        font-size: 15px;
    }

    .hxcloud_identity_option small {
        font-size: 12.5px;
    }

    .hxcloud_gateway_summary h2 {
        font-size: 20px;
    }

    .hxcloud_gateway_summary p {
        font-size: 12.5px;
    }
}