.thumb-image {
    height: 100px;
    width: 100px;
    object-fit:contain;
}
.admission_page{
    font-family: 'Poppins', sans-serif;
}
.admission_page label{
    font-weight:bold;
}
.admission_page .form-control:focus{
    box-shadow:none!important;
    outline:none!important;
    border:none!important;
    border:1px solid #08a0cf!important;
}
#preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    background-color:#fefefe;
}

#preloader img {
    width: 200px; /* Adjust the width as needed */
    height: 200px; /* Adjust the height as needed */
}