body {
    margin: 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header-container {
    background-color: #194800;
    text-align: center;
}

.header-container .header img {
    margin-bottom: 10px;
}

.body {
    min-height: 450px;
}

.footer-container {
    background-color: white;
    text-align: center;
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/ 
    height: 40px;
    
}

.footer-container .title {
    margin-top: auto;
}

.login-container {
    margin: 60px 10px 10px 10px;
}

.home-container {
    height: 450px;
    text-align: center;
    margin-bottom: 40px;
}

.home-container .download-files {
    text-align: center;
    margin-top: 25px;
}

.home-container .data-container {
    margin-top: 20px;
}

.home-container .data-container table {
    margin-top: 20px;
}

.home-container .data-container table th {
    text-align: center;
}

.home-container .data-container table td {
    text-align: center;
}


.home-container .search-assignment {
    margin-top: 20px;
}

.search-assignment .invalid-email {
    color: red;
}

.home-container #result {
    margin-top: 20px;
}

.invalid-login-msg {
    color: red;
    text-align: centre;
    margin-top: 10px;
}

.btn-edit {
    margin-right: 10px;
}

/* loader */
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;

    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}
