body {
    background-color: #000000;
    color: #ffffff;
 }

/* =========================
   INPUT FIELD
========================= */

.custom-input {
    background-color: rgb(26, 26, 26);
    color: #eaeaea;
    padding: 0.485rem 1.75rem 0.485rem .75rem;
    font-size: 15px;
    border: 1px solid #383838;
}

    .custom-input:focus {
        background: #050505 !important;
        border: 1px solid #e6bc52 !important;
        color: #fff !important;
        box-shadow: none;
        outline: none !important;
    }

    .custom-input::placeholder {
        color: #94a3b8;
        opacity: 1;
        font-size: 12px;
    }

    .custom-input.error {
        border: 1px solid red;
    }

/* =========================
   INPUT GROUP
========================= */

.input-group .input-group-text {
    background-color: unset;
    padding: 4px;
    border: 1px solid #383838;
}

.input-eye-btn {
    border-radius: 30px;
    border: none;
    color: #ffffff;
    background-color: unset;
}

    .input-eye-btn:hover {
        background-color: #424141;
    }

.input-error-lable {
    color: red;
    font-size: 12px;
}

/* =========================
   BUTTONS
========================= */

.custom-login-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    width: 100%;
    border-radius: 30px;
    border: none;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
}

.supForgoBtn {
    font-size: clamp(0.65rem, 0.9vw, 0.85rem);
    text-decoration: none;
    cursor: pointer;
}

    .supForgoBtn:hover {
        text-decoration: underline;
    }

.link-yellow {
    color: rgb(212, 168, 95);
}

/* =========================
   TEXT
========================= */

.term {
    font-size: 13px;
    position: absolute;
    color: rgb(176, 176, 176);
    bottom: 0;
    margin-inline: 10px;
    /*left: 32%;*/
    /*transform: translateX(50%);*/
}

.termSignup {
    font-size: 13px;
    color: rgb(176, 176, 176);
    bottom: 0;
}

.listColor {
    color: rgb(176, 176, 176);
}

    .listColor > li > span {
        font-size: 12px;
    }

.verficHeading {
    font-size: 15px;
}

/* =========================
   PASSWORD VALIDATION
========================= */

.password-rules li {
    color: #dc3545;
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 12px;
}

    .password-rules li.valid,
    .password-rules li.valid i {
        color: #16c784;
    }

    .password-rules li.invalid i {
        color: #dc3545;
    }

/* =========================
   CAPTCHA
========================= */

.captcha-box {
    min-width: 190px;
    height: 42px;
    background: #1b1b1b;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
    user-select: none;
    position: relative;
    overflow: hidden;
    font-family: monospace;
}

    /* line effect */

    .captcha-box::before {
        content: '';
        position: absolute;
        width: 120%;
        height: 2px;
        background: #fff;
        transform: rotate(-8deg);
        opacity: .7;
    }

.refresh-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #d59b2f;
    font-size: 22px;
}

    .refresh-btn:hover {
        background: #1f1f1f;
    }

/* =========================
   INTERNATIONAL TEL INPUT
========================= */

.iti {
    width: 100%;
}
/*Forgot password css start*/
button.input-eye-btn {
    color: goldenrod;
}






.supForgoBtn {
    font-size: clamp(0.65rem, 0.9vw, 0.85rem);
    text-decoration: none;
    cursor: pointer;
}

    .supForgoBtn:hover {
        text-decoration: underline;
    }

/* Warning Popup Style */
.warning-popup {
    background: rgba(92, 48, 12, 0.8);
    border: 1px solid #7a4b1d;
    color: #f5d7a1;
    padding: 14px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    margin: 15px auto;
    max-width: 100%;
    width: 100%;
}

    .warning-popup i {
        font-size: 20px;
        color: #f0b24a;
    }


.warning-popup {
    background: rgba(92, 48, 12, 0.8);
    border: 1px solid #7a4b1d;
    color: #f5d7a1;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    margin: 15px auto;
    max-width: 100%;
    width: 100%;
}

    .warning-popup i {
        font-size: 20px;
        color: #f0b24a;
    }


/*#rule-password-complexity, #rule-Txn-complexity {
    width: max-content;
}

@media (max-width: 576px) {
    #rule-password-complexity, #rule-Txn-complexity {
        width: auto;
    }
}*/