
.navbar {
    background-color: #d4fee4 !important;
    height: 4rem;
    background-image: url("/static/img/Banner.png");
    background-size: 100% 100%;
    /*background-color: transparent;*/
}

.nav-link {
    color: darkblue !important;
}

    .nav-link:hover {
        color: blue !important;
    }

.navbar-brand {
    color: darkblue !important;
}

    .navbar-brand:hover {
        color: blue !important;
    }

.contentChildContainer {
    min-height: calc(100vh - 4rem);
}

#mainContainer {
    height: calc(100vh - 4rem);
    width: 100vw;
    justify-content: flex-start;
    overflow: auto;
}

/*div.disableScroll ::-webkit-scrollbar {
    visibility: hidden;
    width: 0px;
}*/

.clsHideShowPwd {
    float: right;
    z-index: 5;
    margin-right: 0px;
    margin-top: 0px;
    width: 13px;
    height: 13px;
    border: solid 1px #000;
    border-radius: 75% 15%;
    position: relative;
    transform: rotate(45deg);
}

.clsHideShowPwd:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}


/*Custom overrides e2s*/
.custTileStyle {
    border-style: none !important;
}


.custTileStyle {
    background-color: #8fb78f !important;
    color: #e7e3d3 !important;
}

.custBackround {
    background-color: #f5fff4 !important;
}

.navbar {
    background-color: #8fb78f !important;
    height: 4rem;
    background-image: none;
    background-size: 100% 100%;
}

.navbar-brand {
    color: rgb(80, 104, 74) !important;
}

    .navbar-brand:hover {
        color: #599906 !important;
        
    }