html,
body {
    height: 100%;
}

body.login-bg,
body.rngpage {
    touch-action: none;
}

body.login-bg main,
section,
.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.login-bg main {
    padding: 0;
}

main {
    height: 100%;
}

.main_wrapper {
    height: calc(100% - 80px);
    padding: 90px 0 0;
}

.login-bg {
    background: linear-gradient(rgb(5, 8, 27) 3.51%, rgb(31, 17, 85) 89.68%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.login-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.login-main {
    position: relative;
    padding: 2px;
    border-radius: 25px;
    max-width: 615px;
    margin: 0 auto;
    /*backdrop-filter: blur(80px);*/
    box-shadow: 0px 4px 34px 0px #00000040;
    background-image: url(../images/lg-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-main::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(150.13deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2) 99.32%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.login-inner {
    border-radius: 23px;
    padding: 40px 40px 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;


}


.login-form {
    width: 100%;
    margin-top: 20px;
}

.login-title p {
    color: #ffffffbd;
    font-size: 20px;
    font-family: 'Satoshi Light';
    margin-bottom: 0;
}

.login-form .form-group {
    margin-bottom: 16px;
}

.form-group .form-control {
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    padding: 16px 18px;
    border-radius: 10px;
    background: #FFFFFF05;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    box-shadow: unset;
}

.form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);

}

.form-group .error {
    color: red;
    display: none;
}

.login-btn {
    font-family: 'Satoshi Bold';
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 12px;
    border: 1px solid transparent;
    text-align: center;
    background: linear-gradient(180deg, #460AC0 -31.43%, #8C40DA 89.29%) padding-box,
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 100%) border-box;
    border-radius: 90px;
    box-shadow: 9px 3px 50px 14px #00000030;
    display: block;
    width: 280px;
    margin: 30px auto -99px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}



.login-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #460AC0 -20%, #8C40DA 20%);

}

.brand-top-icon {
    position: relative;
    margin-top: -95px;
    width: 133px;
    height: 133px;
    border-width: 1.25px;
    border-radius: 112.92px;
    -webkit-border-radius: 112.92px;
    -moz-border-radius: 112.92px;
    -ms-border-radius: 112.92px;
    -o-border-radius: 112.92px;
    backdrop-filter: blur(48.31224822998047px);
    box-shadow: 0px 8.78px 17.57px 0px #00000040;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;


}

.brand-top-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(143.05deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 86.47%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.login-title p span {
    font-family: 'Satoshi Medium';

}

.brand-text {
    margin: 0;
    font-family: 'Ngetic Modern Regular';
    text-shadow:
        0px 4px 74px #000000,
        0px 3px 3px #ffffff6b;
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 18px;
}

.login-title {
    margin-top: 20px;
    text-align: center;
    max-width: 480px;
}

.rngpage {
    background: url("../images/cmn-bg.png")no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
}

.cmn-intro-main {
    width: 100%;
    max-width: 555px;
    margin: auto;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.cmn-intro-main .brand-text {
    margin-bottom: 20px;
    padding-top: 0;

}

.cmn-intro-main .brand-text {
    text-shadow: none;
}

.cmn-intro-main p {
    font-size: 22px;
    font-family: 'Satoshi Light';
    font-weight: 300;
    padding-bottom: 10px;
    color: #ffffffbd;


}

.cmn-intro-main h5 {
    font-family: 'Satoshi Bold';
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 10px;
}

.cmn-intro-main form {
    margin-top: 40px;
}

.waiting-span {
    display: block;
    margin-bottom: 25px;
}

.waiting-span svg {
    /* Base wrapper styles if needed */
}

.rotating-border {
    animation: borderRotate 8s linear infinite;
}

@keyframes borderRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bouncing-icon {
    animation: upDownBounce 2.5s ease-in-out infinite;
}

.spinning-icon {
    animation: borderRotate 12s linear infinite;
}

@keyframes upDownBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.cmn-intro-main .bold-para {
    font-family: 'Satoshi Regular';
    font-weight: 400;
    padding-bottom: 0;
}

.cmn-intro-main .bold-para span {
    font-family: 'Satoshi Light';
}

.anchor-btn a {
    font-size: 22px;
    font-family: 'Satoshi Medium';
    color: #ffffffbd;
    text-decoration: underline;
}

.cmn-intro-main .login-btn {
    margin: 40px auto 0;
}

.waiting_userCard .Txt_sMM {
    margin-bottom: 40px;

}

.br {
    display: none;
}

.anchor-btn {
    margin-top: 40px;
}

.brand-top-icon img {
    width: fit-content;
    object-fit: contain;
    width: 101px;
}









.progress-path {
    stroke-dasharray: 400;
    /* total length (approx) */
    stroke-dashoffset: 400;
    transition: stroke-dashoffset 2s linear;
}

@keyframes progressFill {
    from {
        stroke-dashoffset: 400;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.progress-path {
    stroke-dasharray: 400;
    animation: progressFill 2s linear forwards;
}

.particles-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent !important;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}



/* MAIN loader_box */
.loader_box {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}

/* BACK CIRCLE */
.loader_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.15);
}

/* ROTATING ARC */
.loader_box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #c4b5fd;
    border-right: 5px solid #c4b5fd;
    box-shadow: 0 0 10px #c4b5fd, 0 0 20px rgba(196, 181, 253, 0.4);
    /* ✅ works on iOS */
    animation: spin 2s linear infinite;
}

/* GIF CENTER */
.loader_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}

/* ROTATION */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}










/* =============================================
   AUTH RESPONSIVE
   ============================================= */
@media (max-width: 1600px) {
    .waiting-span {
        display: block;
        margin-bottom: 10px;
    }

    .waiting-span svg {
        width: 100px;
        height: 100px;
    }

    .brand-text {
        font-size: 32px;
    }

    .waiting_userCard .Txt_sMM {
        margin-bottom: 14px;
    }

    .cmn-intro-main p {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .cmn-intro-main .brand-text {
        margin-bottom: 10px;
    }

    .anchor-btn {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .login-main {
        max-width: 100%;
        width: 100%;
    }

    .login-inner {
        padding: 20px 16px 40px;
    }

    .brand-top-icon {
        width: 110px;
        height: 110px;
        margin-top: -75px;
    }

    .brand-top-icon img {
        width: 80px;
        height: 80px;
    }

    .brand-text {
        font-size: 30px;
    }

    .login-title p {
        font-size: 15px;
    }

    .login-btn {
        font-size: 16px;
        margin: 24px auto -82px;
        width: 98%;
        max-width: none;
    }

    .cmn-intro-main p {
        font-size: 15px;
    }

    .cmn-intro-main h5 {
        font-size: 16px;
    }

    .cmn-intro-main .brand-text {
        margin-bottom: 15px;
    }

    .cmn-intro-main form {
        margin-top: 24px;
    }

    .anchor-btn a {
        font-size: 16px;
    }

    .waiting-span svg {
        width: 90px;
        height: 90px;
    }

    .waiting-span {
        margin-bottom: 16px;
    }

    .waiting_userCard .Txt_sMM {
        margin-bottom: 24px;
    }

    .anchor-btn {
        margin-top: 24px;
    }

    .login-title {
        margin-top: 14px;
    }

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

    main {
        width: 100%;
    }

    .main_sec {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .login-title p:first-child {
        margin-bottom: 10px;
    }

    .cmn-intro-main {
        max-width: 100%;
        width: 100%;
    }

    .cmn-intro-main .login-btn {
        margin: 20px auto 0;
    }
}


@media (max-width: 575px) {
    .br {
        display: inline-block;
    }

    .container {
        padding: 0 34px;
    }

    .login-bg .container {
        padding: 0 20px;
    }

    .cmn-intro-main .brand-text {
        margin-bottom: 18px;
    }

    .cmn-intro-main p {
        padding-bottom: 18px;
    }

    .cmn-intro-main h5 {
        padding-bottom: 18px;
    }

    .cmn-intro-main .login-btn {
        margin: 40px auto 0;
    }

    .loader_box {
        width: 90px;
        height: 90px;
        margin-bottom: 30px;
    }

    .loader_box img {
        width: 40px;
        height: 40px;
    }

    .cmn-intro-main .login-btn svg {
        width: 20px;
    }

    .login-btn {
        margin: 24px auto -83px;
    }
    .myloader img{
        width: 120px;
        height: 120px;
    }
}

/* ================= */
.btn-loader {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: none;
    animation: spin 0.7s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/*---------4-5-2026---*/
.myloader img{
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}