:root{
    --bg-gradient: linear-gradient(90deg, #ce212b 20%, #ff6060 100%);
}

body {
    font-family: "Ubuntu", sans-serif;
}
/* Mobile Response  */
@media (min-width: 350px) and (max-width: 767.98px) {
    .card-body-img {
        background-image: none !important;
        background-color: white !important;
        margin-top: 15px;
    }
    .main {
        overflow-y: auto !important;
    }
    .whole-container {
        width: 90% !important;
        margin-top: 20px;
    }
    .form-left-container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .form-right-container {
        max-width: 100% !important;
        left: 0% !important;
    }
    .form-right-img-container {
        position: relative !important;
        top: -20% !important;
        height: auto !important;
        display: flex;
        justify-content: center;
    }
    .form-right-para {
        position: static !important;
        font-size: 16px !important;
    }
    .right-container-img {
        width: 70% !important;
        transform: scale(2) !important;
    }
    #default_recaptcha_id {
        height: 100% !important;
    }
}
/* Tab Response */
@media (min-width: 768px) and (max-width: 1024px) {
    .card-body-img {
        background-image: none !important;
        background-color: white !important;
    }
    .main {
        overflow-y: auto !important;
    }
    .whole-container {
        width: 90% !important;
        margin-top: 20px;
    }
    .form-left-container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .form-right-container {
        max-width: 100% !important;
        left: 0% !important;
    }
    .form-right-img-container {
        position: relative !important;
        top: -20% !important;
        height: auto !important;
        display: flex;
        justify-content: center;
    }
    .form-right-para {
        position: static !important;
        font-size: 16px;
    }
    .right-container-img {
        width: 70% !important;
        transform: scale(2) !important;
    }
    #default_recaptcha_id {
        height: 100% !important;
    }
}
/* ----- End Mobile Resonse ---------- */
.bgLogin {
    background-image: url("../img/login-img/bg_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.card-body-img {
    background-image: url("../img/login-img/trublu_login_page-01.jpg");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
}

.login_container {
    width: 100%;
    border-radius: 15px;
}

.badge-soft-success {
    display: none !important;
}

.form-container {
    padding: 25px;
}

.form-control {
    border-radius: 25px;
}

.input-group-merge .form-control:not(:last-child) {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.submit-btn {
    border-radius: 25px;
    background: var(--bg-gradient) ;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.display-4 {
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 10px;
}

.top-span {
    font-size: 18px !important;
}

.form-right-container {
    max-width: 54.33333%;
    display: grid;
    justify-content: center;
    position: relative;
    left: 5%;
}

.text-muted {
    color: #343d46 !important;
    font-size: 16px;
}

.submit-btn:hover {
    color: #db1e2c;
    background: white;
}

.whole-container {
    display: grid;
    place-items: center; /* Center on both axes */
    height: 100vh;
    width: 75%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.row-container {
    width: 100%;
}

.logo-img {
    width: 40%;
    object-fit: contain;
    display: block;
    padding-top: 25px;
}

/* .form-right-img-container {
    height: 260px;
    position: absolute;
    top: 17%;
} */
.right-container-img {
    transform: scale(1.7);
}
.right-seller-container-img {
    margin-top: 5rem;
    transform: scale(1.3);
}

.form-right-para {
    position: absolute;
    text-align: center;
    top: 25%;
    font-size: 20px;
    padding-left: 20px;
    /* padding-right: 15px; */
    width: 100%;
}

.form-left-container {
    padding-right: 0px !important;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#default_recaptcha_id {
    padding: 0px 0 10px 10px;
    width: 80%;
}

.forget-pw {
    position: relative;
    float: inline-end;
    margin-top: 10px;
    color: black;
    z-index: 1;
}
.forget-pw:hover {
    color: var(--bg-gradient) ;
    z-index: 1;
}

.business-analytics {
    background: linear-gradient(to right bottom, #eb2323, #00000000) !important;
}
