html, body {
    height: 100%;
    width: 100%
}

.bg-eco {
    background: #034638!important;
}

.logo-eco {
    padding: 24px 18px 18px 18px;
    filter: brightness(0) invert(1);
    width: 162px!important;
}

.assignment-table {

}

    .assignment-table tr:nth-child(even) {
        background-color: #03463818;
    }

