body {
    background-color: #eeeeee;
}

h1, h2, h3, h4, h5 {
    color: #00529b;
}

.content {
    padding: 20px;
}

.l-sidebar .title {
    font-size: 20px;
    line-height: 32px;
    color: #00529C;
}

.l-sidebar .forgot-password {
    color: #2E95D1;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.l-sidebar .forgot-password:hover {
    text-decoration: underline;
}

.l-sidebar .form-control {
    font-size: 14px;
    color: #828282;
}

.l-sidebar .form-label {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.l-sidebar .btn-success {
    color: #fff;
    background-color: #5cb75c;
    border-color: #5cb75c;
    font-weight: bold;
    line-height: 2.5em;
    padding: 0;
}

.l-sidebar .btn-success:hover,
.l-sidebar .btn-success:focus {
    background-color: #198754;
    border-color: #198754;
}

.l-sidebar .block {
    margin-left: -24px;
    margin-right: -24px;
}

.l-sidebar .block .list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.l-sidebar .block .list li {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

.l-sidebar .block .list li.new:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    top: 5px;
    background: #2E95D1;
    border-radius: 50%;
}

.l-sidebar .block .list li.new a {
    font-weight: 700;
}

.l-sidebar .block .list li a {
    color: #2E95D1;
    text-decoration: none;
    font-weight: 600;
}

.l-sidebar .block .list li a:hover {
    text-decoration: underline;
}

.status-container {
    display: flex;
    justify-content: center;
    width: 127px;
    height: 34px;
    margin: 0px;
    padding: 8px 8px 8px 8px;
    border-radius: 17px;
    background-color: rgba(125, 192, 65, 0.1);
    white-space: nowrap;
    align-content: center;
}

.image-logo {
    margin-left: 1.5rem;
    height: auto; 
}

.status-link {
    display: contents;
}

.status-text {
    font-family: 'HelveticaNeue', Arial, sans-serif;;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7dc041;
}

footer {
    background: #f7f7f7;
    font-size: 14px;
    margin-bottom: 34px;
}

.modal-body a {
    font-size: 14px;
}

.modal-body a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .status-container {
        width: 33%;
        height: 34px;
        margin: 0px;
        padding: 8px 8px 8px 8px;
        border-radius: 17px;
        background-color: rgba(125, 192, 65, 0.1);
        white-space: nowrap;
        margin-right: 16px;
        margin-left: 8px;
        text-align: center;
    }
    .image-logo {
        margin-left: 4px;
        width: 185px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .status-container {
        width: 18%; 
        height: 34px;
        margin: 0px;
        padding: 8px;
        border-radius: 17px;
        background-color: rgba(125, 192, 65, 0.1);
        white-space: nowrap;
        margin-right: 16px;
        margin-left: 8px;
        text-align: center;
    }
    .image-logo {
        margin-left: 8px;
        width: 220px;
    }
}
