﻿html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #0047AD;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.n-logo {
    background-image: url("Images/nl-logo.svg");
    width: 150px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
}

.n-banner {
    background-image: url("Images/banner.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
}

.n-top-offset {
    margin-top: 5%;
}

.n-embedded-window .n-top-offset {
    margin-top: 1rem;
}

.n-content-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
}

    .n-content-wrapper .n-content-top-offset {
        margin-top: 5%;
    }

    .n-content-wrapper .n-content {
        background-color: white;
        width: 550px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
        color: #002D59;
    }

@media only screen and (max-width: 1200px) {
    .n-banner {
        background-position-x: center;
    }
}

@media only screen and (max-width: 600px) {
    .n-content-wrapper .n-content {
        max-width: 100%;
        width: auto;
    }
}

.n-embedded-window .n-content-wrapper .n-content-top-offset {
    margin-top: 1rem;
}

.n-embedded-window .n-content-wrapper .n-content {
    padding: 25px;
}

.n-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 450px;
    color: #002D59
}

.n-embedded-window .n-title {
    font-size: 30px;
    line-height: 35px;
}

.n-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #113955;
}

.n-body {
    margin-top: 20px;
}


.n-tabs {
    display: flex;
    align-items: flex-start;
}

    .n-tabs .n-tab {
        text-align: center;
        padding: 10px 20px 30px 20px;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.66);
        border-radius: 3px;
        margin-bottom: -20px;
    }

        .n-tabs .n-tab.n-active {
            background-color: white;
            color: rgb(17, 57, 85);
        }


        .n-tabs .n-tab a {
            color: rgba(255, 255, 255, 0.66);
        }

            .n-tabs .n-tab a:hover {
                text-decoration: none;
            }

.n-banner-height {
    height: 65vh;
}

.n-banner-margin {
    margin-top: 2%;
}

.n-button,
.n-sign-in {
    font-weight: 600 !important;
    font-size: 16px;
    padding: 20px 20px 20px 70px;
    background-position: 20px center;
    background-repeat: no-repeat;
    text-align: left;
    display: block;
    color: #005DA6;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 400px;
}

    .n-button:hover,
    .n-sign-in:hover {
        text-decoration: none;
        box-shadow: 5px 5px 5px rgb(181 177 177 / 68%);
    }

.n-sign-in-azuread,
.n-sign-in-microsoft {
    background-image: url(Images/mlogo.png);
}

    .n-sign-in-azuread,
    .n-sign-in-microsoft,
    .n-sign-in-azuread:hover,
    .n-sign-in-microsoft:hover {
        color: rgb(196, 49, 0);
    }

.n-sign-in-google {
    background-image: url(Images/glogo.png);
}

.n-paragraph {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.n-button {
    min-width: 300px;
    text-align: center;
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
    font-weight: 600;
}

    .n-button,
    .n-button:hover {
        background-color: #204CA3;
        color: white;
        text-decoration: none;
    }

        .n-button.n-inverted,
        .n-button.n-inverted:hover {
            background-color: white;
            color: #204CA3;
        }

.n-sign-in,
.n-button {
    -moz-box-shadow: 5px 5px 5px rgba(179, 179, 179, 0.35);
    -webkit-box-shadow: 5px 5px 5px rgb(179 179 179 / 35%);
    box-shadow: 5px 5px 5px rgb(179 179 179 / 35%);
}

.n-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
}

.n-download-icon {
    background-image: url(images/download.svg);
}

.n-width-100 {
    width: 100% !important;
    min-width: fit-content;
}

.n-error {
    color: red;
    text-align: center;
}

#form1 label {
    font-weight: normal;
}

#form1 input[type=checkbox] {
    margin-right: 0.5rem;
}

#form1 .first-time-printing {
    margin-top: 2rem;
}

#form1 .first-time-printing .title {
    font-weight: 600;
}