html, body {
    height: 100%;
    margin: 0;
    font-family: "LatoWebMedium", sans-serif;
    color: #233342;
    display: flex;
    flex-direction: column;
}

body {
    font-size: 12px;
}

header, footer {
    width: 100%;
}

h3 {
    text-transform: uppercase;
}

a { 
    color:#6ac49e;
}

.page-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.container-header, .container-footer {
    background-color: #233342;
    padding: 2rem;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

footer {
    margin-top: auto;
}

.container-footer {
    padding: 2rem;
    color: white;
    text-align: center;
}

.btn-primary {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    background-color: #6ac49e;
}

.btn-primary:hover {
    background-color: #d94d30;
}

.btn-secondary {
    border-radius: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.dropdown-menu.show {
    border-radius: 0;
}

.toolbox-spacer .spacer-50 {
    height: 50px;
    display: block;
}

.members.login.area .btn-primary {
    float: inline-end;
}

.members.login.area .form-check-input:checked {
    background-color: #6ac49e;
    border-color: #6ac49e;
}

.members.login.area .form-group {
    padding: 0.5rem 0;
}

.members.login.area > div {
    color: #d94d30;
}

.form-control, .form-check-input {
    border-radius: 0 !important;
}

.print-btn, .logout-btn {
    display: none;
}

.dropdown.language {
    display: none;
}

.btn-secondary, .dropdown-menu.show {
    border-radius: 0;
}

header a {
    font-size: 1.15rem;
    text-decoration: none;
}

header a:hover {
    color: #d94d30 !important;
    text-decoration: underline;
}
