a {
    color: #d10000;
    text-decoration: none;
}

a:not(.btn):hover {
    text-decoration: underline;
}

.alert {
    max-height: 300px;
    overflow: auto;
}

.ansi_color_fg_white {
    display: block;
}

.btn-danger {
    background: #d10000;
}

.form-signin {
    align-items: center;
    display: flex;
    height: calc(100vh - 250px);
    padding: 15px;
    margin: auto;
    max-width: 530px;
    width: 100%;
    form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form-signin {
        display: block;
        height: auto;
        margin-top: 10px;
    }
}

label.required:after {
    content: '*';
    color: red;
}

.logo img {
    margin: 20px 0 0 20px;
    position: absolute;
    height: auto;
    width: 100px;
}

.navbar .container-fluid {
    align-items: center !important;
    justify-content: space-between !important;
}

.navbar .logo img {
    position: relative;
    width: 50px;
    margin: 0;
}
@media (max-width: 768px) {
    .navbar-text {
        max-width: calc(100% - 150px);
    }
}


.page-link {
    --bs-pagination-active-bg: #d10000;
    --bs-pagination-color: #d10000;
    --bs-link-color: #d10000;
    --bs-pagination-active-border-color: #d10000;
}

.pdf_card {
    min-height: 350px;
    margin-top: 20px;
    width: 100%;
}

#pdfViewer {
    max-width: 100%;
    height: auto !important;
    /*width: 714px !important;*/
}