body {
    /* font-family: "Ubuntu", sans-serif; */
        font-family: "vic", sans-serif !important;
}
/* 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: url("../img/login-img/login_page_left.jpg") transparent;
    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;
    background-color: #fff;
}

.login_container {
    width: 100%;
    border-radius: 5px;
        box-shadow: 0px 2px 30px #ccc6;
}

.badge-soft-success {
    display: none !important;
}

.form-container {
    padding: 50px;
    width: 100%;
        border-right: 2px solid #b1b1b15c;
        height: 100%;
}

.form-control {
    border-radius: 5px;
        background: #f8f8f8;
    border: 1px solid #E4E4E4 !important; 
}

.input-group-merge .form-control:not(:last-child) {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.submit-btn {
       border-radius: 5px;
    background-color: #003e81;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.display-4 {
    font-size: 22px;
    line-height: 1;
        margin: unset;
}

.top-span {
    font-size: 16px !important;
}

.form-right-container {
    /* max-width: 54.33333%;
    display: grid;
    justify-content: center;
    position: relative;
    left: 5%; */
    width: 390px;
    height: auto;
    float: right;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    display: table-cell;
    overflow: hidden;
    padding: 40px;
}

.text-muted {
    color: #343d46 !important;
    font-size: 16px;
}

.submit-btn:hover {
        color: white;
    background-color: #979c9e;
}

.whole-container {
    display: grid;
    place-items: center; /* Center on both axes */
    height: 100vh;
    width: 890px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.row-container {
    /* width: 100%; */
    width: 890px;
    background-color: #fff;
    z-index: 99;
    height: 451px;
        min-height: 520px;
}

.logo-img {
        width: 30%;
    height: 40px;
    margin-bottom: unset;
    object-fit: contain;
    display: block;
    padding-top: unset;
}

/* .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;
    width: 500px;
}

#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: #003e81;
    z-index: 1;
}
