.editBtn {
    cursor: pointer;
}
/* login page */
.zakat_view_content, .login-side {
    height: 100vh;
}

.slide {
    width: 100%;
    height: 100%;
}

.loginslide .carousel-inner{
    width: 830px;
    height: 100%;
}

.loginslide .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}

.loginslide .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
}

.login-side {
    padding: 30px 60px;
    background: #fff;
}

.login-side .login-title {
    color: blue;
}
.top-img {
    width: 100%;
    margin: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }

    .login-side {
        padding: 30px;
        background: #fff;
    }
}