﻿.main-content.bglogo {
    background-image: url(./logo_cil_banner_3.png), url(./logo_mix3.png);
    background-size: auto 110px, auto 45px;
    background-repeat: no-repeat, no-repeat;
    background-position: 16% top, right 27px;
}

.bottom_logo {
    background-color: #fff !important;
    background-image: url(./Implemented_By_Edcl_black.png);
    /*background-image: url(./logo_edcil.png);*/
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.575rem;
    z-index: -1;
}

.logo_ministry_of_coal .img_holder {
    width: 160px;
    height: 90%;
    background-image: url(./logo_cil.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-vertical.navbar-expand-xs.fixed-start {
    /*z-index: 10 !important;*/
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: calc(100vh - 200px);
    overflow: hidden !important;
}

.login_header.left {
    width: auto;
    height: 90px;
    background-image: url(./logo_ministry_of_coal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login_header.mid {
    width: auto;
    height: 132px;
    background-image: url(./logo_cil_banner_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login_header.right {
    width: auto;
    height: 115px;
    background-image: url(./logo_cil.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.user_profile_pic {
    cursor: default;
    user-select: none;
}
.user_profile_pic img {
    height: 25px;
}
.user_profile_pic .user_na {
    font-size: .9rem;
    color: #231f1f;
    font-weight: 600;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg {
        padding: 0 !important;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .main-content.bglogo {
        background-size: auto 31px, auto 25px;
        background-position: 27% 1%, right 1.5%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  
}

@media only screen and (min-width: 600.99px) and (max-width: 767.99px) {
    .main-content.bglogo {
        background-size: auto 93px, auto 48px;
        background-position: 17% top, right 21px;
    }
}
/*
@media only screen and (min-width: 767px) and (max-width: 1023) {
    .main-content.bglogo {
        background-size: auto 93px, auto 48px;
        background-position: 17% top, right 21px;
    }
}
*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .transform-md-1 {
        transform: translateY(7%);
    }
}

@media only screen and (max-width: 767px) {
    .logo_ministry_of_coal .img_holder {
        height: 95px;
        transform: translateY(-32px);
    }
}
