.carousel {
                    position: relative;
                }
                #pageloader {
                    background: rgba(255, 255, 255, 0.8);
                    display: none; /* Removed !important */
                    height: 100%;
                    position: fixed;
                    width: 100%;
                    z-index: 9999;
                }
                #pageloader img {
                    left: 37%;
                    margin-left: -32px;
                    margin-top: -32px;
                    position: absolute;
                    top: 50%;
                }
                #bg-img{
                    background: white
                }
                .login-logo{
                    margin-top: 5px;
                }
                
                .login-logo img{
                    max-height: 90px;
                    height: 90px;
                }