/* @import url('https://fonts.googleapis.com/css2?family=Amita:wght@700&family=Eczar:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image:
        linear-gradient(45deg,
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)), url('../img/park-china.jpg');
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #42618412;
    font-family: 'Eczar', serif;
    overflow-x: hidden;
    
} */
/* .pcmc_login{
    height: 100vh;
} */
.pcmc_bg2 {
    background-image:
        linear-gradient(45deg,
            rgba(245, 70, 66, 0.2),
            rgba(8, 83, 156, 0.50)), url('../img/banner1.jpg');
    background-size: 100% 100%;
    /* height: 100vh; */
    background-repeat: no-repeat;

    /* border-radius: 10px 0px 0px 10px; */
}

.pcmc_blue {
    color: #3e5b7e !important;
}

.pcmc_blue_bg {
    background-color: #dc3545;
}

.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;
}

/* .logo_pcmc{
    width: 65%;
    position: absolute;
    top: 53px;
    left: 53px;
    z-index: 99999;
} */
.pcmc_logo_pcmc {
    width: 65%;
    position: absolute;
    top: 29px;
    left: 29px;
    z-index: 99999;
    /* right: 0px; */
}

.pcmc_border_right {
    border-left: 2px solid rgb(255, 255, 255);
    margin: 20px 0px;
}

.pcmc_bg_blue {
    background-color:white !important;
    /* border: 2px solid #436084; */
    border-top: 1px solid #436084;
    border-right: 1px solid #436084;
    border-bottom: 1px solid #436084;
    /* border-radius: 0px 10px 10px 0px; */
}

.header-text {
    font-family: 'Poppins'!important;
}

.header-text1 {
    font-family: 'Poppins, sans-serif' !important; 
    /* font-Size: '1.10rem'!important */
}


a {
    text-decoration: none;
}

.pcmc_spinner {
    width: 160px;
    height: 160px;
    position: relative;
    margin: auto;
}

.pcmc_spinner2 {
    width: 160px;
    height: 160px;
    position: relative;
    /* margin:  auto; */
}

.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"
        /* filter:'drop-shadow(rgb(255, 255, 255) 10px 10px 10px)' */
}

@media (max-Width:425px) {
    .fixed-height{
        /* height: '32em' !important */
        display: none;
    }
}