﻿body, html {
    overflow: hidden;
}


/**************************************/
/*** Left Section                   ***/
/**************************************/

.image-section {
    background-image: var(--splash-image);
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    padding: 0px;
}

.image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(102deg, var(--primary-color) 60%, var(--secondary-color) 100%);
    mix-blend-mode: hard-light;
    opacity: 0.8;
}

.welcome-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
    color: white;
    text-align: left;
}

    .welcome-text h1 {
        color: white;
        font-size: 3rem;
        line-height: 2.5rem;
    }

    .welcome-text p {
        color: white;
        font-size: 1.5rem;
        line-height: 2rem;
    }

/**************************************/
/*** Right Section                  ***/
/**************************************/

.force-logo-height {
    max-height: 100px;
    width: auto;
}

@media (max-width: 767.98px) {
    .right-section {
        overflow-y: auto !important;
    }
}

.right-section {
    /*padding: 0 20px;*/
    height: 100vh;
    overflow-y: auto;
}

.copyright {
    font-size: 0.90rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.logo {
    content: var(--logo);
    max-height: 50px;
}

.register {
    font-family: "Lato", sans-serif;
    /*font-style: normal;
    font-weight: 400;
    line-height: normal;*/
}

    .register h2 {
        color: #000000;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .register h4 {
        color: #000000;
        font-size: 1rem;
    }

    .register p, .register li, .register .form-switch label {
        color: #828282;
        font-size: .7rem;
        line-height: 1rem;
    }

    .register button, .bootbox button {
        color: #FFF;
        text-align: center;
        font-family: "Fira Sans";
        font-size: 1rem;
        font-style: normal;
        /*font-weight: 400;*/
        /* line-height: normal;*/
        border-radius: .5rem;
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
        height: 2.25rem;
    }

        .register button:hover, .bootbox button:hover,
        .register button:active, .bootbox button:active,
        .register button:focus, .bootbox button:focus,
        .register button:disabled, .bootbox button:disabled,
        .register button:focus-visible, .bootbox button:focus-visible {
            background-color:var(--primary-color-hover-dark);
        }

        .register button:focus, .bootbox button:focus {
            background-color: var(--primary-color-hover-dark);
            box-shadow: none !important;
        }

    .register .form-switch input[type="checkbox"] {
        height: 1.5rem !important;
        width: 2.5rem !important;
    }

    .register .form-switch label {
        line-height: 1.5rem !important;
        /*margin-left: 10px;
        margin-top: 3px;*/
    }

.form-group {
    margin-bottom: 1rem;
}

input[type="text"], input[type="password"] {
    /*border-radius: 6px;*/
    border: 1px solid #C6C9D5;
    background: #FFF;
    color: #888C9B;
    font-family: "Fira Sans";
    font-size: 1rem;
    /*font-style: normal;
    font-weight: 400;
    line-height: normal;*/
    /*padding: 5px 7px;*/
    transition-duration: 0.1s;
    box-shadow: none !important;
    height: 2.25rem;
}

    input[type="text"]:hover, input[type="password"]:hover {
        border-color: var(--primary-color-hover-light);
    }

    input[type="text"]:focus, input[type="password"]:focus {
        box-shadow: none !important;
        border-color: var(--primary-color-hover-light) !important;
        background-color: #C6C9D5 !important;
    }

.forgot h3 {
    color: #000;
    font-family: Lato;
    font-size: 1rem;
    /*font-style: normal;
    font-weight: 400;
    line-height: normal;*/
}

.forgot button {
    border-radius: 6px;
    border: 1px solid var(--secondary-color) !important;
    background: var(--secondary-color) !important;
    height: 2.5rem;
    flex-shrink: 0;
    color: white !important;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 1rem;
    /*font-style: normal;
    font-weight: 400;
    line-height: normal;*/
}

.forgot button:focus, .bootbox button:focus {
            background-color: var(--primary-color-hover-dark);
            box-shadow: none !important;
        }

.need-help h1 {
    color: var(--primary-color);
    font-family: "Fira Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.need-help .text-primary {
    color: var(--primary-color) !important;
}

.help-content {
    display: flex;
    align-items: flex-start;
}

/*.help-content img {
        width: 50px;
        margin-right: 10px;
    }*/

.need-help p {
    margin: 0;
    color: var(--primary-color);
    font-family: "Fira Sans";
    font-size: .75rem !important;
    /* font-style: normal;
        font-weight: 400;
        line-height: normal;*/
}

.copyright {
    color: #828282;
    font-family: Lato;
    font-size: .5rem;
    line-height: normal !important;
}

.progress-bar {
    background-color: #7C4182 !important;
}

.form-check-input:checked {
    background-color: var(--primary-color-hover-light) !important;
    border-color: var(--primary-color-hover-light) !important;
}

.has-error {
    color: #a94442;
    font-size: 1rem;
}

.nsi-logo {
    max-height: 65px !important;
}

#jak_pstrength {
    height: 100%; /* Ensure it fills the progress container */
    transition: width 0.3s ease-in-out; /* Smooth width transition */
    border-radius: 4px; /* Rounded corners */
}

/* Red for 0% to 30% */
#jak_pstrength[aria-valuenow="0"],
#jak_pstrength[aria-valuenow="1"],
#jak_pstrength[aria-valuenow="2"],
#jak_pstrength[aria-valuenow="3"],
#jak_pstrength[aria-valuenow="4"],
#jak_pstrength[aria-valuenow="5"],
#jak_pstrength[aria-valuenow="6"],
#jak_pstrength[aria-valuenow="7"],
#jak_pstrength[aria-valuenow="8"],
#jak_pstrength[aria-valuenow="9"],
#jak_pstrength[aria-valuenow="10"],
#jak_pstrength[aria-valuenow="20"],
#jak_pstrength[aria-valuenow="30"] {
    background-color: red;
}

/* Amber for 30% to 60% */
#jak_pstrength[aria-valuenow="31"],
#jak_pstrength[aria-valuenow="40"],
#jak_pstrength[aria-valuenow="50"],
#jak_pstrength[aria-valuenow="60"] {
    background-color: yellow;
}

/* Green for 60% to 100% */
#jak_pstrength[aria-valuenow="61"],
#jak_pstrength[aria-valuenow="70"],
#jak_pstrength[aria-valuenow="80"],
#jak_pstrength[aria-valuenow="90"],
#jak_pstrength[aria-valuenow="100"] {
    background-color: green;
}
