html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container-fluid.p-0 {
    flex: 1 0 auto;
}

.header-section {
    background: linear-gradient(90deg, #006432 0%, #02c262 100%);
}

.logo-text {
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.header-logo {
    height: 60px;
    width: auto;
}

.bg-white {
    background: #fff !important;
}

.footer-section {
    background: #006432;
    margin-top: auto;
}

.footer-badge {
    height: 50px;
    width: auto;
}

a.text-white:hover {
    color: #90caf9 !important;
}