@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@500&display=swap');


label {
}

body {
    color: #ffffff;
    /* background: linear-gradient(to left, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
    position: relative;
}

.password-eyes {
    position: absolute;
    top: 15px;
    color: #2B343A;
    right: 15px;
    cursor: pointer;
}

.login-logo {
    width: 50%;
}

.login-heading {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    padding-left: 25px;
}

body:before {
    filter: blur(1px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url("../Images/GradientMesh_Light.png");
    background-position: left;
    background-size: cover;
    z-index: -1;
    filter: blur(70px);
}

body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -2;
    /* filter: drop-shadow(0 2px 4px #000000b5); */
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.our-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.our-video-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 46px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 22px;
}





.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

.input-group-text {
    width: 50px;
    justify-content: center;
    background: #ffffff;
}

@media (max-width: 992px) {
    .login-1 .none-992 {
        display: none !important;
    }
}



.login-5 {
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 0;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-5 .form-section a {
        text-decoration: none;
    }

    .login-5 .form-inner {
        /* max-width: 570px; */
        width: 100%;
        margin: 20px 0px;
        text-align: center;
        padding: 20px;
        border-radius: 6px;
        /**/
        background-size: cover;
        position: relative;
        z-index: 1;
    }


    .login-5 .register-form-inner {
        /* max-width: 700px; */
    }

    /*.login-5 .form-inner:before {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        top: 30px;
        right: 0;*/
    /*background: url(../img/img-54.png) top left repeat;*/
    /*background-size: cover;
        z-index: -1;
    }*/

    /*.login-5 .form-inner:after {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        bottom: 30px;
        left: 0;*/
    /*background: url(../img/img-53.png) top left repeat;*/
    /*background-size: cover;
        z-index: -1;
    }*/

    .login-5 .form-section .extra-login {
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
    }

        .login-5 .form-section .extra-login::before {
            position: absolute;
            left: 0;
            top: 10px;
            width: 100%;
            height: 1px;
            background: #e4e4e4;
            content: "";
        }

        .login-5 .form-section .extra-login > span {
            width: auto;
            float: none;
            display: inline-block;
            padding: 1px 20px;
            z-index: 1;
            position: relative;
            font-size: 14px;
            color: #535353;
            text-transform: capitalize;
            background: #fff;
        }

    .login-5 .form-section p {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 16px;
    }

        .login-5 .form-section p a {
            text-decoration: underline;
            color: #fff;
        }

    .login-5 .form-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .login-5 .form-section .thembo {
        margin-left: 4px;
    }

    .login-5 .form-section h3 {
        margin: 0 0 25px;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
    }

    .login-5 .form-section .form-group {
        margin-bottom: 25px;
    }

    .login-5 .form-section .form-box {
        position: relative;
        padding: 10px;
        padding-left: 12px;
        display: flex;
        width: 100%;
        align-items: center;
        background: #000000;
        border-radius: 55px;
    }

        .login-5 .form-section .form-box:before {
            content: '';
            position: absolute;
            z-index: -1;
            left: -1px;
            top: -1px;
            margin: auto;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #f5c171;
            border-radius: 55px;
        }

        .login-5 .form-section .form-box label {
            color: #fff;
            padding: 0 5px;
            position: relative;
            z-index: 1;
            opacity: .6;
            font-size: 10px;
            display: none;
        }

            .login-5 .form-section .form-box label:before {
                /* content: ''; */
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 100%;
                background: linear-gradient(to right, #fff, transparent);
                height: 1px;
                width: 100%;
            }

    .login-5 .form-section .form-control {
        padding: 4px 10px 4px;
        font-size: 14px;
        outline: none;
        background: transparent;
        color: #ffffff;
        font-weight: 500;
        border: 0;
        border-radius: 0;
        /* border-bottom: 1px solid #424242; */
    }

        .login-5 .form-section .form-control option {
            background: #000;
            color: #fff;
        }

        .login-5 .form-section .form-control::-webkit-input-placeholder {
            color: #d5d5d5;
        }

    .login-5 .form-section .form-box i {
        min-width: 35px;
        height: 35px;
        display: grid;
        place-content: center;
        font-size: 15px;
        color: #101010;
        border-radius: 50%;
        background: linear-gradient(116.85deg, #d3973d 0%, #edc677 100%);
    }

.form-new-element {
    padding-right: 15px;
    width: 100%;
}

.login-5 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-5 .form-section .terms {
    margin-left: 3px;
}

.login-5 .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #535353;
}

    .login-5 .form-section .form-check .form-check-input {
        margin-left: -25px;
    }

    .login-5 .form-section .form-check a {
        color: #535353;
    }

.login-5 .form-check-input:focus {
    border-color: #ff013d;
    outline: 0;
    box-shadow: none;
}

.login-5 .form-check-input:checked {
    background-color: #00c5e7;
    border-color: #00c5e7 !important;
}

.login-5 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    border: 2px solid #c5c3c3;
    border-radius: 0;
}

.login-5 .form-section a.forgot-password {
    font-size: 16px;
    text-decoration: underline;
}

.login-5 a.back-btn {
    font-size: 16px;
    color: #2d2c31;
}


.login-5 .logo img {
    margin-bottom: 15px;
}

.login-5 .btn-theme {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
}

    .login-5 .btn-theme:hover {
        color: #fff;
        /* background: linear-gradient(90deg, rgba(114,15,235,1) 0%, rgba(215,42,106,1) 100%); */
        background-position: right;
    }

        .login-5 .btn-theme:hover::before {
            left: 0%;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .login-5 .btn-theme span {
        position: relative;
        z-index: 1;
    }

.login-5 .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.login-5 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
    outline: 2px solid #fff;
    outline-offset: -7px;
    border-radius: 35px;
}

.login-5 .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.login-5 .btn {
    box-shadow: none !important;
    background: linear-gradient(90deg, rgba(215,42,106,1) 0%, rgba(114,15,235,1) 100%);
    background-size: 200%;
    background-position: left;
    transition: all .5s;
}

.login-5 .btn-primary {
}

.login-5 .btn-theme:before {
    background: #896907;
}

.login-5 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-5 .social-list {
    padding: 0;
    text-align: center;
}

    .login-5 .social-list li a {
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        bottom: 15px;
    }

    .login-5 .social-list li {
        display: inline-block;
    }

        .login-5 .social-list li a {
            margin: 1px;
            font-size: 14px;
            font-weight: 500;
            width: 110px;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            display: inline-block;
            text-align: center;
            color: #fff;
        }

            .login-5 .social-list li a:hover {
                text-decoration: none;
            }

.login-5 .facebook-bg {
    background: #4867aa;
}

    .login-5 .facebook-bg:hover {
        background: #3d5996;
        color: #fff;
    }

.login-5 .twitter-bg {
    background: #33CCFF;
}

    .login-5 .twitter-bg:hover {
        background: #56d7fe;
    }

.login-5 .google-bg {
    background: #db4437;
}

    .login-5 .google-bg:hover {
        background: #dc4e41;
    }

@media (max-width: 992px) {
    .login-5 .form-inner {
        padding: 15px;
    }
}
/** Login 5 end **/

.show-password {
    cursor: pointer;
    margin-left: 10px;
    color: #c9c9c9;
}

.register_qr {
    border: 2px dashed #2463f4;
    border-radius: 14px;
    overflow: hidden;
    width: auto;
    display: inline-block;
}

    .register_qr img {
        width: 100%;
        width: 140px;
    }

.register_address {
    background: #2463f4;
    color: #fff;
    padding: 10px;
    /* padding-top: 24px; */
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    /* display: inline-block; */
}

    .register_address .copy_icon {
        position: absolute;
        top: 13px;
        right: 9px;
        cursor: pointer;
    }

    .register_address p {
        color: #fff !important;
        word-break: break-all;
        display: inline-block;
    }

.login-signup-animation .card {
    width: 100%;
    height: 100vh;
    background: url("../images/phone-mockup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/*animation start*/
.login-signup-animation .card {
    border-radius: 25px;
    border: double 5px transparent;
    /*Set both inset and outset box shadow using CSS, separated by , */
    box-shadow: inset -10px -10px 80px 1px rgba(0, 0, 0, 0.3), 10px 20px 50px 10px rgba(0, 0, 0, 0.5);
}


.login-signup-animation .card {
    color: #555;
    width: 320px;
    height: 550px;
    float: left;
    padding: 20px;
    margin: 15px;
    opacity: 0.9;
    backdrop-filter: blur(5px);
    /* Animation attributes */
    animation-name: turn-animation;
    animation-duration: 6000ms; /* length of one animation cycle*/
    animation-iteration-count: infinite; /* repeats forever */
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
    z-index: 1;
    overflow: hidden;
}


/* Animation keyframes */
@keyframes turn-animation {
    0%, 100% {
        /*Card position at start and end */
        transform: rotate3d(-10, 1, 0, 10deg);
    }
    /* Experiment with these numbers at 50% -> */
    50% {
        transform: rotate3d(0, 1, -0.2, 45deg);
    }
}

/* THE COLORED CARDS */
.login-signup-animation .top_card {
}

.login-signup-animation .middle_card {
    background-image: linear-gradient(-70deg, #505, #f68);
    color: #000;
    text-shadow: -2px -2px 3px rgba(255, 255, 255, 0.7);
}

.login-signup-animation .bottom_card {
    background-image: linear-gradient(-70deg, #03a, #c6f);
    font-size: 1.3em;
    text-shadow: 1px 3px 3px rgba(255, 255, 255, 0.7);
}

/* ALL CARD HOVER */
.login-signup-animation .card:hover {
    color: #223;
}

.login-signup-animation .top_card:hover {
}

.login-signup-animation .middle_card:hover {
    background-image: linear-gradient(-70deg, #90c, #5f9);
}

.login-signup-animation .bottom_card:hover {
    background-image: linear-gradient(-70deg, #90c, #5f9);
}

.login-signup-animation .signo {
    margin: auto;
    color: #a8a;
    position: absolute;
    bottom: 10px;
    right: 14px;
}

    .login-signup-animation .signo:hover {
        color: #fff;
        text-decoration: underline;
    }

.animate-logo {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 3;
}

    .animate-logo img {
        width: 148px;
        filter: drop-shadow(2px 2px 0px #fff);
    }

    .animate-logo span {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }

select {
    color: #382364;
    width: 100%;
    padding: 14.5px 10px;
    border-radius: 10px;
}

#background-container {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 30px;
    padding: 22px;
}

    #background-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #00000040;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        z-index: 2;
        border-radius: 30px
    }







.forget-register {
    margin-top: 15px;
    text-align: center;
}

#lgsec {
}

.register-label {
    padding: 0 !important;
}

    .register-label label {
        display: flex !important;
        align-items: center;
        font-size: 14px !important;
        opacity: 1 !important;
    }

.modal-content {
    background: #221e1e;
    color: #fff;
}

.accept_label {
    padding: 5px !important;
}

.balance_div {
    display: flex;
    color: #fff;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid #d3973d;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0000004d;
}

    .balance_div .bal-heading {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.bal-value {
    border-bottom: 1px solid #e6b1637a;
    border-top: 1px solid #e6b1637a;
    border-radius: 10px;
    background: #000000;
    line-height: 40px;
}

    .bal-value span {
        font-size: 18px;
    }

.balance_div .bal-heading span {
    background: #000000;
    border: 1px solid #303030;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.balance_div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54%;
    /* background: #000000; */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 10px;
}

.balance_div img {
    width: 20px;
    z-index: 1;
}

.balance_div p {
    color: #ffffff !important;
    text-align: left;
}

.timer_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background: linear-gradient(116.85deg, #FC466B 0%, #3F5EFB 100%);
    padding: 10px;
    border-radius: 8px;
    align-items: center;
}

.timer_box_title {
    font-size: 14px !important;
}

.timer_box_time {
    background: #000;
    padding: 3px 10px;
    border-radius: 4px;
}

.base_timer_label {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    background: #006da5;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .login-5 .form-section .form-group {
        /* width: calc(100% - 30px); */
        /* margin-left: 30px; */
    }

    .login-5 .form-section .form-box label:before {
        width: 40%;
    }

    .left-parent {
        display: none;
    }

    .register_address .copy_icon {
        top: 8px;
    }

    .register_address {
        padding-top: 24px;
    }

    .login-5 .form-section p a {
        display: block;
    }
}


/*modal section connect wallet start*/
.c-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1080;
    display: none;
}

.modal-content-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c0d13;
    padding: 32px;
    width: 24rem;
    border-radius: 1.5rem;
    border: solid .16em rgba(93, 93, 93, 0.72);
}

.close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    border: solid .16em rgba(93, 93, 93, 0.72);
    border-radius: 50%;
}

    .close-button img {
        width: 40px;
    }

    .close-button:hover img {
        opacity: 0.7;
    }

.show-modal-new {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.wallet-c-button a {
    border: solid .1em #5f5f5f;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    text-decoration: none;
}

    .wallet-c-button a:hover {
        opacity: 0.7;
    }

    .wallet-c-button a img {
        width: 30px;
        margin-right: 10px;
    }

.modal-content-new h4 {
    font-size: 27px;
    font-weight: 600;
    color: #f4d56f;
    padding: 0;
    letter-spacing: -.035em;
    text-align: center;
}

.wallet-c-button {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 15px;
}

.custom_message {
    position: fixed;
    z-index: 990;
    top: 70px;
    left: 0;
    right: 0;
    background: #8ad603;
    border: 1px solid #b2f939;
    color: #fff;
    width: 700px;
    margin: auto;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
}





.register-logo img {
    padding: 45px 0;
    height: 415px;
    padding-bottom: 30px;
}

.mar-left {
    padding-left: 20px;
}





.log-reg-parent {
    background: #072b2eb3;
    border-radius: 20px;
    position: relative;
    align-items: center;
}

    .log-reg-parent .deco-left {
        position: absolute;
        left: -50px;
        top: 0;
        width: 150px;
        z-index: 1;
        display: none;
    }

    .log-reg-parent .deco-right {
        position: absolute;
        right: -120px;
        top: 40px;
        width: 270px;
        z-index: -1;
        display: none;
    }

    .log-reg-parent:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #0000006b;
        z-index: -2;
        filter: blur(9px);
    }

.form-section-left {
    background: linear-gradient(116.85deg, #785012 0%, #fcb933 100%);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: #052527;
}

    .form-section-left .uiobject {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        filter: blur(40px);
        width: 180%;
        display: none;
    }


    .form-section-left:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 300px;
        height: 100%;
        background: #ffffff8a;
        filter: blur(30px);
        left: -70%;
        display: none;
    }



@media (max-width: 767px) {
    .login-5 {
        overflow: hidden;
        background: #052527;
    }

    .login-heading {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
        padding-left: 0;
        margin-top: 25px;
    }

    .login-logo {
        width: 80%;
    }

    .custom_message {
        width: 90%;
        font-size: 18px;
    }

    .modal-content-new {
        width: 90%;
        padding: 15px;
    }

    .c-modal {
        display: block;
    }

    .register-logo {
        display: block;
    }

    .mar-left {
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    .wallet-c-button {
        grid-template-columns: 1fr;
    }
}
/*modal section connect wallet end*/


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    place-content: center;
    background: #00000054;
    z-index: 99999;
    height: 100%;
    display: none;
}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#f03355) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}


.page-loader-main {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #00000096;
}

.page-loader-wrm h3 {
    font-size: 23px;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
}

.page-loader-wrm {
    max-width: 500px;
    background: #46036a8f;
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    /* border-radius: 5px; */
    height: 320px;
    justify-content: center;
    backdrop-filter: blur(33px);
    border: 5px double #ffffff29;
}

    .page-loader-wrm .loader {
        width: 85px;
    }

img.login_elight {
    width: 170px;
    margin-bottom: 30px;
}

.register-form-inner .login_elight {
    width: 230px;
}

.Accept-Terms-Conditions #chkaccept {
    margin: 0;
    padding: 0;
    top: 2px;
    position: relative;
}

@media (max-width:767px) {
    .form-section-left {
        border-radius: 0 0 15px 15px;
    }

    .log-reg-parent {
        background: transparent;
    }

        .log-reg-parent .col-md-5.p-0 {
            display: none;
        }

        .log-reg-parent .deco-left {
            /* opacity: 0.5; */
            mix-blend-mode: overlay;
            filter: blur(1px);
        }

    img.deco-right {
        mix-blend-mode: overlay;
        filter: blur(1px);
    }

    .page-loader-wrm {
        width: 94%;
        border-radius: 5px;
    }

        .page-loader-wrm h3 {
            font-size: 18px;
        }

    a.register-logo-right {
        display: block !important;
    }

    .register-logo-right img {
        width: 150px;
        margin-bottom: 15px;
    }

    a.logo.mobile-logo-view {
        display: block !important;
    }

        a.logo.mobile-logo-view img {
            width: 150px;
            margin-bottom: 30px;
        }

    body:before {
        display: none;
    }

    .log-reg-parent:before {
        background: transparent;
    }
}


/******************************/
img.login_bg_jpg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.login-pagedesign-wrp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.left-bx {
    position: relative;
    text-align: left;
    width: 50%;
    top: 0px;
    left: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.left-login-sec {
    text-align: center;
}

.right-login-sec {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 30px;
    border: 10px solid #000;
    overflow: auto;
}

span.rb-shape {
    /* width: 200%; */
    height: 200%;
    position: absolute;
    /* top: -50%; */
    /* background: #ffffff; */
    border-radius: 500%;
    left: -100px;
}

.right-bx {
    position: relative;
    width: 50%;
}

span.rb-shape {
}

span.lb-shape {
    /* width: 150%; */
    height: 150%;
    position: absolute;
    top: -40%;
    /* background: #ffffff17; */
    border-radius: 500%;
    left: -140px;
}

.login-text {
    color: #000;
    font-size: 30px;
    font-weight: 900;
}

.button-animation {
    background: #000102;
    color: #fff;
    border-radius: 35px;
    border: 0;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

    .button-animation:before {
        content: "";
        position: absolute;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: 0.5s;
        clip-path: polygon(0 0, 23% 0, 100% 75%, 100% 100%);
        width: 70px;
        height: 70px;
        top: 0;
        left: 95%;
    }

    .button-animation:hover::before {
        left: -9%;
        width: 120px;
        height: 120px;
        background: linear-gradient(45deg, transparent, rgb(255 255 255 / 19%), transparent);
    }


.icon-with-input {
    position: relative;
}

    .icon-with-input .icontop {
        position: absolute;
        top: 0;
        color: #000102;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
    }

    .icon-with-input .form-control {
        padding-left: 35px;
        height: 40px;
        border-radius: 35px;
        background-color: #e7e7e7;
    }

.form-group {
    margin-bottom: 15px;
}

label {
    color: #2B343A;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.connectWallet-wrp {
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    z-index: 1;
}

.text-muted {
    color: #7F7F7F;
}

a {
    text-decoration: none;
}

.or-dg {
    text-align: center;
    border-bottom: 1px solid #bebebe8a;
}



    .or-dg span {
        position: relative;
        top: 14px;
        padding: 5px 15px;
        background: #fff;
    }

button#lgsec {
    border: 0;
    padding: 0;
    outline: none;
    background: transparent;
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    margin-left: 5px;
}

.register-btn {
    display: flex;
    justify-content: center;
}

    .register-btn p {
        margin-bottom: 0;
    }

.dnot-reg {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.form-inner-width {
    width: 85%;
}


/***********Register*************/
.walletregisteration {
    padding: 0px 15px 1px;
    height: 40px;
    color: #ffffff;
    background-color: #3396ff;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    outline: none;
    !i;
    !;
    border: 0;
}

    .walletregisteration:hover {
        background-color: #2085f1;
    }

.back-btn {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-align: center;
    margin-top: 15px;
}

.register-pagedesign-wrp .right-bx {
}

.register-pagedesign-wrp .left-bx {
}


label.Sponsor-ID {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.get-sponsor-btn {
    cursor: pointer;
    background: linear-gradient(116.85deg, #3F5EFB 0%, #FC466B 100%);
    padding: 3px 5px;
    display: inline-block;
    border-radius: 33px;
    color: #fff;
    margin-left: 15px;
    font-size: 12px;
}

.hide-bottom-link .button-animation, .hide-bottom-link .walletregisteration {
    width: 50%;
}



.fxt-content-new {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.fxt-content-new-content {
    box-sizing: border-box;
    background: #2f134db8;
    mix-blend-mode: color-dodge;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 15px 4px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    width: 500px;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.fxt-header-new img {
    width: 150px;
}

.fxt-header-new {
    text-align: center;
}

a.fxt-logo2 {
    display: flex;
    justify-content: center;
}

.fxt-form-new {
    text-align: center;
}

    .fxt-form-new h2 {
        text-align: center;
        color: #fff;
    }

        .fxt-form-new h2 i {
            margin-left: 15px;
        }

.switcher-text1.fxt-btn-fill {
    background: red;
}

.button-animation:hover {
    color: #fff !important;
    text-decoration: none;
}

.fxt-content-new-content a.button-animation {
    display: block;
}

@media (min-width:768px) {
    .login_bg_jpg-mobile-view {
        display: none;
    }
}

@media (max-width:767px) {
    .left-bx {
        width: 100%;
        padding: 30px 30px 60px 30px;
        /* height: 400px; */
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        bottom: 0;
    }

    .right-bx {
        width: 100% !important;
        position: relative;
        box-shadow: none;
    }

    .login-pagedesign-wrp .row {
        flex-flow: column;
        justify-content: space-between;
    }

    img.mit-logo-white {
        width: 150px;
    }

    span.rb-shape {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }

    .right-login-sec {
        height: auto;
        padding-top: 30px;
        box-shadow: none;
        padding-bottom: 30px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .lb-shape {
        top: -35px !important;
        left: 50% !important;
        transform: translateX(-50%);
        height: 150% !important;
    }

    .dnot-reg {
        position: relative;
        bottom: unset;
        transform: unset;
        left: 0;
        text-align: center;
    }

    .login-text {
        margin-bottom: 9px;
        font-size: 18px;
    }

    img.login_bg_jpg-mobile-view {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


    img.login_bg_jpg {
        display: none;
    }

    .left-login-sec {
        position: relative;
    }

    .form-inner-width {
        width: 100%;
    }

    .hide-bottom-link .button-animation, .hide-bottom-link .walletregisteration {
        width: 100%;
    }

    .hide-bottom-link {
        margin-bottom: 15px;
    }

    .user-email-verification img.login_bg_jpg {
        display: block;
    }

    a.button-animation.w-100 {
        margin-bottom: 15px;
    }
}

.sign-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .sign-heading img {
        width: 90px;
        border-radius: 100px;
        border: 1px #ddd solid;
    }

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.top-part {
    display: flex;
    gap: 30px;
    align-items: center;
}

    .top-part .profile-pic {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
    }

        .top-part .profile-pic img {
            width: 100%;
        }

.logo-brand {
    width: 80px;
    position: absolute;
    top: 30px;
    right: 10px;
}

.sign-up-btn {
    background: #e7e7e7;
    color: #000
}

    .sign-up-btn:hover span {
        color: #000
    }

.seperator {
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

    .seperator span {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background: #f7f7f7;
        display: grid;
        place-content: center;
        font-weight: 600;
        color: #9b9b9b;
    }

    @media(max-width:1199px){
        .right-login-sec {
            padding-top: 150px;
        }
    }

@media(max-width:767px) {
    .right-login-sec {
        padding-top: 100px;
    }
}
@media (max-width: 575px) {
    .logo-brand {
        left: 0;
        margin: auto;
        width: 100px;
        top: 20px;
    }
}




    /******************************/
