:root {
    --IDBIColor: #01836D;
}

.pcmc_bg2 {
    background-image: url('https://ik.imagekit.io/gplanet/PCMC-Web/banner1-removebg-preview.png?updatedAt=1711526351882');
    background-size: 100% 99.5%;
    background-repeat: no-repeat;
}

.amaravti_bg2 {
    background-image: url('../img/amaravati_bg.png');
    background-size: 100% 100%;
    /* height: 100vh; */
    background-repeat: no-repeat;
}

.pcmc_blue {
    color: #3e5b7e !important;
}

.pcmc_blue_bg {
    background-color: var(--IDBIColor);
    height: 12vh !important;
}

.pcmc_blue_bgs {
    background-color: var(--IDBIColor);
    height: 10vh !important;
    padding-top: 1.5%;
}

.pcmc_shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.pcmc_bg_right {
    background-color: rgba(255, 255, 255, 0.568);
}

.pcmc_borde_shadow {
    border-bottom: 0px;
    border-top: 0px;
    border-left: 1px solid;
    border-right: 0px;
}

.text-font {}

.mainColor {
    background-color: var(--IDBIColor);
}

@media screen and (max-width: 800px) {
    .mobile_none {
        display: none !important;
    }


    .pcmc_blue_bg {
        background-color: var(--IDBIColor);
        height: 14vh !important;
    }

    .pcmc_blue_bgs {}

}

@media screen and (min-width: 801px) {
    .pc_none {
        display: none !important;
    }

}

.login_logo {
    width: 65px;
}

.logo_width {
    width: 80px;
}

.logo_width_Amravati {
    width: 108px;
}

@media screen and (min-width: 320px) and (max-Width:767px) {
    .pcmc_blue_bgs {
        background-color: var(--IDBIColor);
        height: 10vh !important;
        margin-top: -3.4em;
        line-height: 4em;
    }

    .heading_text {
        font-size: 13px;
        margin-top: -3.5em;
        margin-left: -2.4em;
    }

    .mobile_logo_vasu {
        margin-left: -40px;
    }

    .mazi_wasu {
        font-size: 10px;
        width: 56px;
    }

    .pcmc_bg2 {
        display: none;
    }

    .pcmc_login {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .login_logo {
        width: 60px;
        margin-top: -4.3em;
        margin-left: -1.8em;
    }

    .mobile_logo {
        width: 100px;
    }

    .height-76 {
        height: 75vh !important;
    }
}

@media (min-width: 992) and (max-Width:1439px) {
    img {
        vertical-align: middle;
        border-style: none;
        width: 1em;
    }
}

@media screen and (min-width: 1022px) and (max-Width:2500px) {
    .heading_text {
        font-size: 15px;
    }

    .text-size-xl {
        font-size: 27px !important;
    }

    .pcmc_blue_bg {
        background-color: var(--IDBIColor);
        height: 14vh !important;
    }

    .height-76 {
        height: 77vh !important;
    }

    .pcmc_blue_bgs {
        background-color: var(--IDBIColor);
        height: 9vh !important;
    }

}

.pcmc_logo_pcmc {
    width: 65%;
    position: absolute;
    top: 29px;
    left: 29px;
    z-index: 99999;
}

.pcmc_border_right {
    border-left: 2px solid rgb(255, 255, 255);
    margin: 20px 0px;
}

.pcmc_bg_blue {
    background-color: #4361841f;
    border-top: 1px solid #436084;
    border-right: 1px solid #436084;
    border-bottom: 1px solid #436084;
}

.header-text {
    font-size: 20px !important;
}

.header-text1 {}


a {
    text-decoration: none;
}

.pcmc_spinner {
    width: 160px;
    height: 160px;
    position: relative;
    margin: auto;
}

.pcmc_spinner2 {
    width: 160px;
    height: 160px;
    position: relative;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: red;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 3.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.pmc_Userpsw {
    font-size: '14px';
    padding: '10px !important';
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(2.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(2.0);
        -webkit-transform: scale(1.0);
        background-color: red;
    }
}

::placeholder {
    color: #3E5B7E !important;
}


@media (min-width: 992px) {
    .form_auto {
        margin: 20px 80px 30px !important;
    }

    .logo {
        width: "150px"
    }
}

.logo {
    width: "150px"
}

@media (max-Width:425px) {
    .fixed-height {
        display: none;
    }
}

.h5_login h5 {
    font-size: 14px !important;
}