.right-bg{
    background: #121313;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.form-control {
    background-color: #121313 !important;
    border: 1px solid #5a5a5a !important;
    color: #fff !important;
}
.password-show .btn-outline-secondary {
    color: #ffffff !important;
    border-color: #5a5a5a !important;
}
.password-show .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #5a5a5a !important;
}
.btn-primary {
    color: #000 !important;
    background-color: #fbaf3f !important;
    border-color: #fbaf3f !important;
}
.btn-primary:hover {
    color: #000 !important;
    background-color: #ab6d29 !important;
    border-color: #ab6d29 !important;
}
.gold-txt{
    color: #fbaf3f !important;
}
.login_container__image__V1C_t {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height */
}

.background_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181919e0;
    z-index: 1;
}

.login_background__animation__z3WJl {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; /* Background image behind overlay */
}

/* Center the content on top of the overlay */
.login_text__container__SqVmj {
    position: relative;
    z-index: 2;
    text-align: center;
}
.login_text__container__image__text__ELMUO {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.login_text__container__image__g0PKW img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}
.login_text__container__image__g0PKW img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}
.login_text__container__SqVmj p {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px;
}
.login_usdt_logo__4j6CB {
    width: 14% !important;
}
.login_usdc_logo__JCLL9 {
    width: 14% !important;
    margin-left: 5% !important;
}
.login_text__container__image__g0PKW {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    position: relative;
    gap: 1rem;
}
.login_text__container__image__g0PKW p {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
.login_container__image__V1C_t {
    padding: 1.5rem;
}
.login_form__title__6tgPo {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fbaf3f;
    margin-bottom: 1.5rem;
    text-align: center;
}
.login-password-show .btn-outline-secondary {
    color: #ffffff !important;
    border-color: #5a5a5a !important;
    background-color: transparent !important;
}




@media(max-width:769px){
    .d-non-mbil{
        display: none;
    }
    .col-md-7 {
        flex: auto !important;
        max-width: none !important;
    } 
}