* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: animate 16s infinite ease-in-out !important;
}

@keyframes animate {

    0%,
    100% {
        background-image: url('/images/faraz-ali-KNtN9TLClVo-unsplash.jpg');
    }

    25% {
        background-image: url('/images/ali-rizvi-sv4N1NhUgFc-unsplash.jpg');
    }

    50% {
        background-image: url('/images/musa-rathore-XiIgZL-wRMY-unsplash.jpg');
    }

    75% {
        background-image: url('/images/syed-bilal-javaid-uc9GjDHj1yA-unsplash.jpg');
    }
} */

label {
    font-size: 16px;
    font-weight: 600;

}

.pop {
    font-size: 20;
    font-weight: 400;
    color: #008000;
}

.pop:hover {

    color: #90ee90;
}

.inputclas {
    color: black;
    font-size: 15px;
}

.formdiv {
    background-color: white;
}
.imagebutton{
    width:30px;
    height:30px;
}




.buttonc {
    background-color: #008000;
    color: white;

}

.buttonc:hover {
    background-color: #4CAF50;
    color: white;
}

a {
    text-decoration: none;
    color: #008000;
}

.aa {
    color: white;
}

p a:hover {
    color: #90ee90;
}

.popbutton {
    background-color: #008000;
    color: white;
}

.popbutton:hover {
    background-color: #4CAF50;
    color: white;
}
.ant-app{
    display: none !important;
}
.customselect option:hover{
    background-color: #008000 !important;
}