
body {
    font-family: Inter, sans-serif !important;
    background-image: url(../../../../img/back.png) !important;
    background-size: auto;
}

.web_header {
    background-color: #fff;
    display: flex;
    align-items: center !important;
    padding: 5px;
}

.logo1 {
    padding-right: 5px;
}

.logo1_img {
    margin: 0 auto;
    width: 4rem;
    padding-right: 5px;
    border-right: 1px solid #000;
}

.logo2 {
    display: flex;
    align-items: center !important;
    gap: 0rem !important;
}

.logo2_img {
    height: auto;
    max-width: 100%;
    width: 70px;
}

.logo3 {
}

.logo3_img {
    height: auto;
    max-width: 100%;
    width: 70px;
}

.logo2_text {
    padding: 0px 5px;
}

.logo_heading {
    font-size: 17px;
    font-weight: bold;
    color: #0F4F96;
}

.logo_title {
    font-size: 16px;
    font-weight: bold;
    color: #0F4F96;
}

.logo_sub_title {
    font-size: 15px;
    font-weight: bold;
    color: #0F4F96;
}




















footer {
    background-color: #f6f8fb;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.footer_line1 {
    color: #0F4F96;
    font-size: 20px;
}

.footer_line2 {
    font-size: 16px;
}

.bor_bot {
    border-bottom: 1px solid #dee2e6;
}

.footer2 {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
}

.footer2_right {
    display: flex;
    align-items: center !important;
}


.m-header_bottomSSO {
    background-color: #0F4F96 !important;
    color: #fff;
    height:40px;
}



/* Global css */

.input-group-addon {
    display: none !important;
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    background-color: var(--bs-body-bg);
    border: 1px solid #ddd !important;
    border-radius: .6rem !important;
    color: #545454;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    min-height: 40px;
    padding: .5rem .875rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: 36px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-success {
    font-weight: bold;
    color: #fff;
    background-color: #0F4F96 !important;
    border-color: #0F4F96 !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    /*padding: 10px 30px !important;
    font-size: 20px;*/
}

    .btn-success:hover {
        font-weight: bold;
        color: #fff;
        background-color: #0d4380 !important;
        border-color: #0c3f78 !important;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

/* Global css */
