:root {
    --insight-navbar-color: rgba(28, 55, 90, 0.16);
    --insight-heading-text: #192434;
    --insight-secondary-text: rgba(27, 43, 65, 0.72);
    --insight-tertiary-text: rgba(28, 48, 74, 0.5);
    --insight-button-text: #1260F0;
    --insight-contrast-5-light: rgba(25, 59, 103, 0.05);
}

body {
    color: var(--insight-heading-text);
}

/* Bootstrap */
.navbar {
    background: var(--insight-navbar-color);
}

.modal-header {
    border-bottom: 0;
}

    .modal-header > h4 {
        font-size: 22px;
        font-weight: 600;
    }

.modal-footer {
    border-top: 0;
}

.btn-light {
    color: var(--insight-button-text);
    font-size: 14px;
    font-weight: 500;
}

/* Insight */
#login-logo-wrapper {
    text-align: center;
    margin: 20px 0;
}

    #login-logo-wrapper > #login-logo {
        width: 224px;
        height: 36px;
    }

.login {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../resources/img/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

.login-heading {
    font-weight: 600;
    font-size: 22px;
    margin: auto;
    text-align: center;
}

#login-error-wrapper {
    margin-top: 8px;
    margin-bottom: 28px;
    text-align: center;
}

    #login-error-wrapper > #login-error-message {
        font-size: 16px;
        font-weight: 400;
    }

#windows-login-wrapper {
    display: none;
    margin-top: 16px;
}

    #windows-login-wrapper > .or-text {
        font-weight: 400;
        font-size: 14px;
        display: table;
        margin: 0 auto;
        margin-bottom: 8px;
    }

.widget-heading-text-1 {
    font-weight: 600;
    font-size: 22px;
}

.widget-body-text-1 {
    color: var(--insight-tertiary-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.widget-2:hover {
    border-color: var(--insight-button-text);
    cursor: pointer;
}

    .widget-2:hover .widget-chevron-right {
        display: block;
        height: 10px;
    }

.widget-heading-text-2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.widget-body-text-2 {
    color: var(--insight-tertiary-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}

.widget-chevron-right {
    display: none;
}

#welcome > div > p {
    color: var(--insight-secondary-text);
}

#licenseInfoModal > div,
#licenseInfoModal > p {
    font-size: 13px;
}

#licenseInfoModal .modal-body div[class*="d-flex"] > div:first-child {
    color: var(--insight-secondary-text);
    font-weight: 500;
}

#warningModal #warningModalLabel {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}

#warningModal #warningModalMessage {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

#warningModal .modal-body {
    padding: 0 0 2rem 1rem;
}

#warningModal .modal-footer {
    background: var(--insight-contrast-5-light);
    height: 52px;
}

#warningModal .btn-light {
    background-color: transparent;
    border: 0;
    margin-top: -4px;
}
