body.fnx-public {
    background: #040404;
}

.fnx-public header {
    background: rgba(5, 5, 5, .94);
    border-bottom: 1px solid rgba(255, 190, 24, .12);
    min-height: 86px;
}

    .fnx-public header .row {
        align-items: center;
    }

#fnx-cpt {
    grid-template-columns: 104px 1fr auto;
}

.fnx-public header.fixed,
.fnx-public header.light {
    background: rgba(5, 5, 5, .96) !important;
    border-bottom: 1px solid rgba(255, 190, 24, .16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .42);
    padding-top: 10px;
    padding-bottom: 10px;
}

    .fnx-public header .logo img,
    .fnx-public header.fixed .logo img,
    .fnx-public header.light .logo img {
        display: block !important;
        max-height: 43px;
        width: auto;
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
    }

    .fnx-public header.fixed nav ul li a,
    .fnx-public header.light nav ul li a {
        color: #fff !important;
    }

        .fnx-public header.fixed nav ul li a:hover,
        .fnx-public header.fixed nav ul li.active a,
        .fnx-public header.light nav ul li a:hover,
        .fnx-public header.light nav ul li.active a {
            color: #f8bd19 !important;
        }

    .fnx-public header.fixed nav ul li.nav-btn a,
    .fnx-public header.light nav ul li.nav-btn a {
        color: #050505 !important;
    }

.fnx-logo-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

    .fnx-logo-wordmark:hover,
    .fnx-logo-wordmark:focus {
        color: #fff;
    }

.fnx-logo-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #080808;
    background: linear-gradient(135deg, #ffd54b, #f2a900 70%, #8a5a00);
    box-shadow: 0 0 24px rgba(255, 190, 24, .45);
    position: relative;
}

    .fnx-logo-icon:before {
        content: "";
        position: absolute;
        right: -14px;
        top: -8px;
        width: 30px;
        height: 20px;
        border-radius: 28px 6px 28px 6px;
        background: #f8bd19;
        transform: rotate(-24deg);
    }

    .fnx-logo-icon i {
        position: relative;
        z-index: 1;
    }

.fnx-logo-x {
    color: #f8bd19;
}

@media(max-width:600px) {
    .fnx-public .main-menu nav ul li a {
        color: #000 !important;
    }
    .fnx-public .main-menu nav ul li.nav-btn a{
        background:transparent !important;
        box-shadow:none !important;
        min-width:0!important;
    }
    nav ul li.nav-btn a {
        padding: 3px 0px!important;
    }
    .fnx-public .main-menu nav ul li:not(.nav-btn) {
        display: block !important;
    }
    .nav-btn  i {
        display:none !important;
    }
}

@media (min-width:600px) {
    .fnx-public .main-menu nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 17px;
    }
}

.fnx-public .main-menu nav ul li a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

    .fnx-public .main-menu nav ul li a:hover {
        color: #f8bd19;
    }

.fnx-public .main-menu nav ul li.nav-btn a {
    /*min-width: 136px;*/
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #050505;
    background: linear-gradient(135deg, #ffd54b, #f2a900);
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(248, 189, 25, .24);
}

.fnx-login-page {
    min-height: calc(100vh - 96px);
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .26)), url("images/futuristic-login-bg.png") center top / cover no-repeat, #040404;
    position: relative;
    overflow: hidden;
}

.fnx-login-hero {
    min-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0 20px;
}

.fnx-login-title {
    text-align: center;
    margin-bottom: 28px;
}

    .fnx-login-title h1 {
        color: #f8bd19;
        font-size: 30px;
        line-height: 1.1;
        font-weight: 800;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

    .fnx-login-title ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        margin: 0;
        padding: 0;
        list-style: none;
        color: #fff;
        font-size: 16px;
    }

    .fnx-login-title a {
        color: #f8bd19;
    }

.fnx-login-card {
    width: min(100%,550px);
    margin: 0 auto;
    padding: 10px 54px 30px;
    border: 1px solid rgba(248, 189, 25, .82);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(20, 21, 22, .92), rgba(7, 8, 10, .92));
    box-shadow: 0 0 0 1px rgba(255, 216, 86, .04), 0 28px 86px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .04);
    position: relative;
}

    .fnx-login-card:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 50%;
        width: 230px;
        height: 3px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, #ffd95a, transparent);
        filter: blur(.2px);
    }

.gap-4 {
    gap: 1em;
}

.fs-24 {
    font-size: 24px;
}

.fnx-card-head {
    text-align: center;
    margin-bottom: 18px;
}

.max-h-60 {
    max-height: 60px;
}

.fnx-card-head img {
    max-height: 90px;
    margin-bottom: 14px;
}

.fnx-card-badge {
    display: none !important;
    width: 82px;
    height: 82px;
    margin: 0 auto 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b0b0b;
    /*background: radial-gradient(circle at 34% 30%, #fff3c1 0 18%, #ffc627 19% 58%, #d48b00 59% 100%);*/
    background-image: url("images/logoicon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /*box-shadow: 0 0 0 8px rgba(248, 189, 25, .16), 0 0 34px rgba(248, 189, 25, .62);*/
    font-size: 30px;
    position: relative;
}

    /*    .fnx-card-badge:before {
        content: "";
        position: absolute;
        right: -22px;
        top: -12px;
        width: 52px;
        height: 34px;
        border-radius: 42px 4px 42px 4px;
        background: #f8bd19;
        transform: rotate(-26deg);
    }*/

    .fnx-card-badge i {
        position: relative;
        z-index: 1;
    }

.fnx-card-head h2 {
    color: #f8bd19;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.fnx-card-head p {
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    margin: 0;
}

.fnx-field {
    margin-bottom: 14px;
}

.fnx-input {
    display: grid;
    grid-template-columns: 66px 1fr auto;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(248, 189, 25, .55);
    border-radius: 8px;
    background: rgba(16, 17, 19, .88);
    overflow: hidden;
}

.fnx-input-icon {
    height: 100%;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8bd19;
    background: linear-gradient(90deg, rgba(248, 189, 25, .30), rgba(248, 189, 25, .06));
    font-size: 24px;
}

.fnx-input .form-control,
.fnx-input input[type="text"],
.fnx-input input[type="password"] {
    width: 100%;
    height: 47px !important;
    padding: 0 10px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 500;
}

    .fnx-input .form-control::placeholder {
        color: rgba(255, 255, 255, .64);
        background: transparent !important;
    }

input::placeholder {
    background: transparent !important;
}

.fnx-input .form-control:-webkit-autofill,
.fnx-input .form-control:-webkit-autofill:hover,
.fnx-input .form-control:-webkit-autofill:focus,
.fnx-input .form-control:-webkit-autofill:active,
.fnx-input input:-webkit-autofill,
.fnx-input input:-webkit-autofill:hover,
.fnx-input input:-webkit-autofill:focus,
.fnx-input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(16, 17, 19, 0.88) inset !important;
    box-shadow: 0 0 0 1000px rgba(16, 17, 19, 0.88) inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #fff;
}

.fnx-eye {
    width: 56px;
    height: 46px;
    border: 0;
    color: #f8bd19;
    background: transparent;
    font-size: 22px;
}

.fnx-login-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 24px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
}

    .fnx-login-links a {
        color: #f8bd19;
    }

.fnx-captcha-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px 58px;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 22px;
}

    .fnx-captcha-row .fnx-input {
        min-height: 48px;
    }

    /*.fnx-captcha-row .fnx-input-icon {
    min-height: 58px;
}
*/
    .fnx-captcha-row .form-control {
        height: 56px !important;
        min-height: 56px;
    }

.fnx-captcha-image {
    height: 47px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #0a0a0a;
    background: linear-gradient(135deg, #ffd54b, #f2a900);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

    .fnx-captcha-image img {
        max-width: 100%;
        max-height: 58px;
    }

.fnx-refresh {
    height: 47px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8bd19;
    background: linear-gradient(135deg, rgba(248, 189, 25, .28), rgba(78, 50, 0, .92));
    border: 1px solid rgba(248, 189, 25, .55);
    font-size: 25px;
}

    .fnx-refresh img {
        display: none;
    }

    .fnx-refresh:before {
        content: "\f2f1";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.fnx-login-button {
    width: 100%;
    min-height: 40px;
    border: 0 !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #070707 !important;
    background: linear-gradient(135deg, #ffd54b, #f2a900) !important;
    box-shadow: 0 14px 34px rgba(248, 189, 25, .25);
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .02em;
}

    .fnx-login-button:before {
        content: "\f2f6";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.fnx-validator {
    display: block;
    margin-top: 7px;
    color: #ffcf47;
    font-size: 13px;
}

.fnx-otp {
    margin-bottom: 18px;
}

.fnx-login-footer {
    text-align: center;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    padding-top: 22px;
}

.fnx-register-card {
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 34px 38px 38px;
    border: 1px solid rgba(248, 189, 25, .74);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(20, 21, 22, .94), rgba(7, 8, 10, .94));
    box-shadow: 0 0 0 1px rgba(255, 216, 86, .04), 0 28px 86px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .04);
    position: relative;
}

    .fnx-register-card:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 50%;
        width: 260px;
        height: 3px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, #ffd95a, transparent);
    }

.fnx-register-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

    .fnx-register-head .fnx-card-badge {
        width: 62px;
        height: 62px;
        min-width: 62px;
        margin: 0;
        font-size: 23px;
    }

        .fnx-register-head .fnx-card-badge:before {
            width: 34px;
            height: 22px;
            right: -15px;
            top: -8px;
        }

    .fnx-register-head h2 {
        color: #f8bd19;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .fnx-register-head p {
        color: rgba(255, 255, 255, .78);
        margin: 0;
        font-size: 15px;
    }

.fnx-register-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 16px;
}

.fnx-register-field {
    min-width: 0;
}
    /*
.fnx-register-field .fnx-input {
    min-height: 58px;
}
*/
    .fnx-register-field .fnx-input-icon {
        min-height: 46px;
        font-size: 20px;
    }

    .fnx-register-field .fnx-input .form-control,
    .fnx-register-field .fnx-input input[type="text"],
    .fnx-register-field .fnx-input input[type="password"] {
        height: 47px !important;
        /*min-height: 56px;*/
        font-size: 16px;
    }

.fnx-sponsor-name,
.fnx-otp-status {
    display: block;
    margin-top: 7px;
    color: #f8bd19;
    font-size: 13px;
    min-height: 16px;
}

.fnx-register-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px 48px;
    gap: 7px;
}

    .fnx-register-captcha .fnx-captcha-image,
    .fnx-register-captcha .fnx-refresh {
        min-height: 58px;
    }

        .fnx-register-captcha .fnx-captcha-image img {
            max-height: 58px;
        }

.fnx-terms {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid rgba(248, 189, 25, .55);
    border-radius: 8px;
    background: rgba(16, 17, 19, .88);
}

    .fnx-terms label {
        margin: 0;
    }

    .fnx-terms input {
        width: 18px;
        height: 18px;
        accent-color: #f8bd19;
    }

    .fnx-terms a {
        color: #f8bd19;
    }

.fnx-register-actions {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 18px;
}

    .fnx-register-actions .fnx-login-button {
        max-width: 320px;
    }

.fnx-login-note {
    color: rgba(255, 255, 255, .82);
    margin: 0;
}

    .fnx-login-note a {
        color: #f8bd19;
        font-weight: 700;
    }

@media (max-width: 991px) {
    .fnx-public header {
        min-height: 82px;
        padding: 12px 0;
    }

        .fnx-public header .logo img,
        .fnx-public header.fixed .logo img,
        .fnx-public header.light .logo img {
            max-height: 58px;
        }

    .fnx-logo-wordmark {
        font-size: 28px;
    }

    .fnx-logo-icon {
        width: 42px;
        height: 42px;
    }

    .fnx-public .main-menu nav ul {
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

        .fnx-public .main-menu nav ul li:not(.nav-btn) {
            display: none;
        }

    .fnx-login-hero {
        min-height: calc(100vh - 82px);
        padding: 14px 0 16px;
    }

    .fnx-login-title {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .fnx-login-page {
        background-position: center top;
    }

    .fnx-login-title h1 {
        font-size: 24px;
    }

    .fnx-login-title ul {
        font-size: 14px;
    }

    .fnx-login-card {
        width: calc(100% - 22px);
        padding: 26px 15px 28px;
        border-radius: 18px;
    }

    .fnx-card-badge {
        width: 72px;
        height: 72px;
        font-size: 25px;
    }

    .fnx-card-head h2 {
        font-size: 25px;
    }

    .fnx-card-head p {
        font-size: 14px;
    }

    .fnx-input {
        grid-template-columns: 52px 1fr auto;
        min-height: 56px;
    }

    .fnx-input-icon {
        min-height: 56px;
        font-size: 19px;
    }

    .fnx-input .form-control,
    .fnx-input input[type="text"],
    .fnx-input input[type="password"] {
        height: 54px !important;
        min-height: 54px;
        padding: 0 14px;
        font-size: 16px;
    }

    .fnx-eye {
        width: 44px;
        height: 54px;
        font-size: 18px;
    }

    .fnx-login-links {
        flex-direction: column;
        align-items: flex-start;
        margin: 18px 0 24px;
        font-size: 14px;
    }

    .fnx-captcha-row {
        grid-template-columns: 1fr 112px 50px;
        gap: 7px;
        margin-bottom: 22px;
    }

        .fnx-captcha-row .fnx-input {
            grid-template-columns: 46px 1fr;
        }

        .fnx-captcha-row .fnx-input-icon {
            min-height: 52px;
        }

        .fnx-captcha-row .form-control {
            height: 50px !important;
            min-height: 50px;
            font-size: 15px;
        }

    .fnx-captcha-image,
    .fnx-refresh {
        min-height: 52px;
    }

        .fnx-captcha-image img {
            max-height: 52px;
        }

    .fnx-login-button {
        min-height: 56px;
        font-size: 16px !important;
    }

    .fnx-register-card {
        width: calc(100% - 22px);
        padding: 24px 15px 28px;
        border-radius: 18px;
    }

    .fnx-register-head {
        align-items: flex-start;
        margin-bottom: 18px;
    }

        .fnx-register-head h2 {
            font-size: 23px;
        }

    .fnx-register-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .fnx-register-actions {
        grid-column: span 1;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

        .fnx-register-actions .fnx-login-button {
            max-width: none;
        }

    .fnx-login-footer {
        padding-top: 22px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .fnx-logo-wordmark {
        font-size: 23px;
        gap: 9px;
    }

    .fnx-logo-icon {
        width: 36px;
        height: 36px;
    }

    .fnx-public .main-menu nav ul li.nav-btn a {
        min-width: 104px;
        min-height: 42px;
        font-size: 12px;
    }

    .fnx-captcha-row {
        grid-template-columns: 1fr;
    }

    .fnx-register-captcha {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fnx-register-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
