.navbar-area {
    background: white;
    box-shadow: 0px 0px 8px -5px #000000;
}
.copyright_area {
    background-color: #e31937;
    padding: 15px 0;
}
.topbar-area {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000021;
    background-color: #e31937;
}
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #e31937;
}
section.login_sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: url(../img/banner/donate.png) no-repeat;
    height: 100%;
    z-index: -1;
}