body {
    background-color: #eef2f6;
}

main.container-fluid {
    max-width: 1600px;
}

.navbar {
    background: linear-gradient(
        90deg,
        #1f3c88,
        #2952a3
    ) !important;
}

.card {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.card-header {
    background-color: #f3f6fb;
    font-weight: 600;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
}

table td,
table th {
    vertical-align: middle;
}

form p {
    margin-bottom: 1rem;
}

form p label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;

    background-image: url("/static/review/img/siat78-watermark.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 700px;

    opacity: 0.13;

    pointer-events: none;
    z-index: -1;
}

input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}
