:root {
    --gnet-login-navy: #10233f;
    --gnet-login-navy-dark: #0b1b32;
    --gnet-login-blue: #315f92;

    --gnet-login-text: #182236;
    --gnet-login-muted: #718096;

    --gnet-login-border: #dfe4ea;
    --gnet-login-border-soft: #e9edf2;

    --gnet-login-bg: #ffffff;
    --gnet-login-soft: #f7f9fb;

    --gnet-login-success: #34704a;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}

.top-bar,
header,
.footer-contact,
footer,
#footer {
    display: none !important;
}

.gnet-login-page,
.gnet-login-page *,
.gnet-login-page *::before,
.gnet-login-page *::after {
    box-sizing: border-box;
}

.gnet-login-page {
    display: flex;
    width: 100%;
    min-height: 100vh;
    color: var(--gnet-login-text);
    background: #fff;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gnet-login-main {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: flex-end;

    flex: 0 0 min(760px, 48vw);

    width: min(760px, 48vw);
    min-height: 100vh;

    background: #fff;
}

.gnet-login-shell {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 620px;

    padding: 34px 44px 42px;
}

.gnet-login-topbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    width: 100%;
    min-height: 48px;

    margin-bottom: 70px;
}

.gnet-login-logo {
    display: inline-flex;
    align-items: center;

    flex: 0 0 auto;

    text-decoration: none !important;
}

.gnet-login-logo img {
    display: block;

    width: auto;
    max-width: 145px;
    height: auto;
}

.gnet-login-register {
    display: flex;
    align-items: center;

    gap: 6px;

    color: #66758a;

    font-size: 12px;
    line-height: 1.4;

    white-space: nowrap;
}

.gnet-login-register a {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: var(--gnet-login-blue);

    font-weight: 700;

    text-decoration: none;
}

.gnet-login-register a:hover {
    color: var(--gnet-login-navy);

    text-decoration: none;
}

.gnet-login-content {
    width: 100%;
    max-width: 470px;

    margin: 0 auto;
}

.gnet-login-heading {
    margin-bottom: 30px;
}

.gnet-login-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 12px;

    color: #65758b;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.gnet-login-eyebrow i {
    color: var(--gnet-login-blue);
}

.gnet-login-heading h1 {
    margin: 0;

    color: var(--gnet-login-navy);

    font-size: 29px;
    font-weight: 750;
    line-height: 1.22;

    letter-spacing: -0.55px;
}

.gnet-login-heading p {
    max-width: 430px;

    margin: 9px 0 0;

    color: var(--gnet-login-muted);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.gnet-login-alert {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin-bottom: 18px;
    padding: 12px 13px;

    background: #f8fafc;

    border: 1px solid var(--gnet-login-border);
    border-radius: 9px;
}

.gnet-login-alert-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    border-radius: 7px;
}

.gnet-login-alert-success .gnet-login-alert-icon {
    color: #34704a;

    background: #edf8f0;
}

.gnet-login-alert-info .gnet-login-alert-icon {
    color: #315f92;

    background: #eaf2fa;
}

.gnet-login-alert div {
    display: flex;
    flex-direction: column;

    gap: 2px;

    min-width: 0;
}

.gnet-login-alert strong {
    color: #26364d;

    font-size: 11.5px;
    font-weight: 700;
}

.gnet-login-alert div span {
    color: #748195;

    font-size: 10.5px;
    line-height: 1.45;
}

.gnet-login-content > .alert,
.gnet-login-form ~ .alert {
    margin-bottom: 18px;
}

.gnet-login-form {
    width: 100%;
}

.gnet-login-field {
    width: 100%;

    margin-bottom: 17px;
}

.gnet-login-field > label,
.gnet-login-label-row label {
    display: block;
    margin: 0 0 7px;
    color: #44536a;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
}

.gnet-login-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.gnet-login-forgot {
    margin-bottom: 7px;

    color: #315f92;

    font-size: 10.5px;
    font-weight: 650;

    text-decoration: none;
}

.gnet-login-forgot:hover {
    color: var(--gnet-login-navy);

    text-decoration: none;
}

.gnet-login-control {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
}

.gnet-login-control-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;

    color: #8a97a9;

    font-size: 13px;

    pointer-events: none;

    transform: translateY(-50%);
}

.gnet-login-control input {
    display: block;

    width: 100%;
    height: 50px;

    margin: 0;
    padding: 0 48px 0 45px;

    color: #25344a;
    background: #fff;

    border: 1px solid #d7dee7;
    border-radius: 8px;

    outline: none;
    box-shadow: none;

    font-size: 12.5px;
    font-weight: 500;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.gnet-login-control input::placeholder {
    color: #9aa5b4;

    opacity: 1;
}

.gnet-login-control input:hover {
    border-color: #c3ceda;
}

.gnet-login-control input:focus {
    background: #fff;

    border-color: #839dbb;

    box-shadow: 0 0 0 3px rgba(49, 95, 146, 0.08);
}

.gnet-login-control:focus-within .gnet-login-control-icon {
    color: var(--gnet-login-blue);
}

.gnet-login-password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;

    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    padding: 0;

    color: #7d899a;
    background: transparent;

    border: 0;
    border-radius: 6px;

    outline: none;
    cursor: pointer;

    transform: translateY(-50%);

    transition:
        color 0.18s ease,
        background-color 0.18s ease;
}

.gnet-login-password-toggle:hover,
.gnet-login-password-toggle:focus {
    color: var(--gnet-login-navy);

    background: #f1f4f7;
}

.gnet-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    margin: 2px 0 22px;
}

.gnet-login-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #536176;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;
}

.gnet-login-remember input {
    position: absolute;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.gnet-login-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    color: transparent;
    background: #fff;

    border: 1px solid #cfd8e3;
    border-radius: 5px;

    font-size: 9px;

    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.gnet-login-remember input:checked + .gnet-login-checkmark {
    color: #fff;
    background: var(--gnet-login-navy);

    border-color: var(--gnet-login-navy);
}

.gnet-login-remember input:focus + .gnet-login-checkmark {
    box-shadow: 0 0 0 3px rgba(16, 45, 85, 0.08);
}

.gnet-login-session-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a96a8;
    font-size: 11px;
    font-weight: 600;
}

.gnet-login-session-note i {
    color: #718aa7;
}

.gnet-login-captcha {
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
}

.gnet-login-captcha > div {
    margin-left: 0 !important;
}

.gnet-login-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    width: 100%;
    min-height: 48px;

    margin: 0;
    padding: 0 17px;

    color: #fff !important;
    background: var(--gnet-login-navy);

    border: 1px solid var(--gnet-login-navy);
    border-radius: 8px;

    outline: none;

    box-shadow: 0 6px 16px rgba(16, 35, 63, 0.12);

    font-size: 11.5px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.gnet-login-submit:hover,
.gnet-login-submit:focus {
    color: #fff !important;
    background: var(--gnet-login-navy-dark);

    border-color: var(--gnet-login-navy-dark);

    box-shadow: 0 9px 22px rgba(16, 35, 63, 0.17);

    transform: translateY(-1px);
}

.gnet-login-submit i {
    font-size: 11px;
}

.gnet-login-security {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 9px;

    margin-top: 28px;
    padding-top: 20px;

    border-top: 1px solid var(--gnet-login-border-soft);
}

.gnet-login-security-item {
    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 0;
}

.gnet-login-security-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 31px;

    width: 31px;
    height: 31px;

    color: #647b96;
    background: #f2f5f8;

    border-radius: 7px;

    font-size: 11px;
}

.gnet-login-security-item > div {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.gnet-login-security-item strong {
    color: #4b5a70;
    font-size: 10.5px;
    font-weight: 700;
}

.gnet-login-security-item small {
    margin-top: 1px;
    color: #98a2b3;
    font-size: 9px;
    line-height: 1.35;
}

.gnet-login-mobile-register {
    display: none;
}

.gnet-login-visual {
    position: sticky;
    top: 0;

    flex: 1 1 auto;

    min-width: 0;
    height: 100vh;

    overflow: hidden;

    padding: 48px;

    background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 100%);
}

.gnet-login-visual::before {
    content: "";

    position: absolute;
    top: -180px;
    right: -160px;

    width: 470px;
    height: 470px;

    border: 1px solid rgba(49, 95, 146, 0.07);

    border-radius: 50%;
}

.gnet-login-visual::after {
    content: "";

    position: absolute;
    right: -90px;
    bottom: -160px;

    width: 420px;
    height: 420px;

    background: rgba(49, 95, 146, 0.025);

    border-radius: 50%;
}

.gnet-login-visual-inner {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 820px;
    height: 100%;

    margin: 0 auto;
}

.gnet-login-visual-copy {
    position: relative;
    z-index: 4;

    max-width: 470px;

    margin-bottom: 22px;
}

.gnet-login-visual-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 15px;
    padding: 0 10px;
    color: #536c8a;
    background: #fff;
    border: 1px solid #dbe3eb;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
}

.gnet-login-visual-copy h2 {
    margin: 0;

    color: #173458;

    font-size: clamp(29px, 2.5vw, 40px);

    font-weight: 750;
    line-height: 1.17;

    letter-spacing: -0.8px;
}

.gnet-login-visual-copy p {
    max-width: 455px;

    margin: 13px 0 0;

    color: #738298;

    font-size: 12.5px;
    line-height: 1.65;
}

.gnet-login-visual-image {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1 1 auto;

    min-height: 0;

    overflow: hidden;
}

.gnet-login-visual-image img {
    display: block;

    width: auto;
    max-width: 96%;
    height: auto;
    max-height: 64vh;

    object-fit: contain;
}

.gnet-login-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 9px;

    margin-top: 18px;
}

.gnet-login-feature {
    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 0;

    padding: 11px;

    background: rgba(255, 255, 255, 0.82);

    border: 1px solid rgba(211, 220, 230, 0.9);

    border-radius: 9px;
}

.gnet-login-feature > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 29px;
    width: 35px;
    height: 35px;
    color: #315f92;
    background: #eaf1f7;
    border-radius: 7px;
    font-size: 15px;
}

.gnet-login-feature span {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.gnet-login-feature strong {
    color: #3f5067;
    font-size: 10.5px;
    font-weight: 700;

    white-space: nowrap;
}

.gnet-login-feature small {
    overflow: hidden;
    margin-top: 1px;
    color: #8c99aa;
    font-size: 9.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1399px) {
    .gnet-login-main {
        flex-basis: 700px;
        width: 700px;
    }

    .gnet-login-shell {
        max-width: 590px;

        padding-right: 36px;
        padding-left: 36px;
    }

    .gnet-login-topbar {
        margin-bottom: 52px;
    }

    .gnet-login-visual {
        padding: 38px;
    }
}

@media (max-width: 1099px) {
    .gnet-login-page {
        display: block;
    }

    .gnet-login-main {
        width: 100%;
        max-width: none;
        min-height: 100vh;

        margin: 0;

        justify-content: center;
    }

    .gnet-login-shell {
        max-width: 650px;

        padding: 28px 30px 38px;
    }

    .gnet-login-topbar {
        margin-bottom: 52px;
    }

    .gnet-login-visual {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .gnet-login-shell {
        max-width: none;

        padding: 20px 16px 30px;
    }

    .gnet-login-topbar {
        min-height: 40px;

        margin-bottom: 46px;
    }

    .gnet-login-logo img {
        max-width: 125px;
    }

    .gnet-login-register {
        display: none;
    }

    .gnet-login-content {
        max-width: none;
    }

    .gnet-login-heading {
        margin-bottom: 25px;
    }

    .gnet-login-heading h1 {
        font-size: 25px;
    }

    .gnet-login-heading p {
        font-size: 12px;
    }

    .gnet-login-control input {
        height: 50px;

        font-size: 13px;
    }

    .gnet-login-options {
        gap: 10px;

        margin-bottom: 19px;
    }

    .gnet-login-session-note {
        display: none;
    }

    .gnet-login-mobile-register {
        display: block;

        margin-top: 18px;

        color: #7b8798;

        font-size: 11px;
        text-align: center;
    }

    .gnet-login-mobile-register a {
        color: #315f92;

        font-weight: 700;

        text-decoration: none;
    }

    .gnet-login-security {
        margin-top: 25px;
    }
}

@media (max-width: 359.98px) {
    .gnet-login-shell {
        padding-right: 12px;
        padding-left: 12px;
    }

    .gnet-login-heading h1 {
        font-size: 23px;
    }

    .gnet-login-security {
        grid-template-columns: 1fr;
    }

    .gnet-login-captcha {
        transform: scale(0.91);
        transform-origin: left top;

        margin-bottom: -5px;
    }
}

@media (min-width: 1100px) and (max-height: 780px) {
    .gnet-login-shell {
        padding-top: 24px;
        padding-bottom: 25px;
    }

    .gnet-login-topbar {
        margin-bottom: 34px;
    }

    .gnet-login-heading {
        margin-bottom: 22px;
    }

    .gnet-login-heading h1 {
        font-size: 27px;
    }

    .gnet-login-security {
        margin-top: 21px;
        padding-top: 16px;
    }

    .gnet-login-visual {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gnet-login-visual-copy p {
        margin-top: 8px;
    }

    .gnet-login-feature-grid {
        margin-top: 10px;
    }
}
