/* Minification failed. Returning unminified contents.
(42,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(50,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(554,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(555,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(556,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(557,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(558,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(559,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(560,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(561,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(562,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(563,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(564,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(565,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(566,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(581,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(582,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-light'
(594,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-dark'
(639,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-light'
(654,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(664,28): run-time error CSS1039: Token not allowed after unary operator: '-border'
(667,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(678,28): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(679,56): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(709,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(723,22): run-time error CSS1039: Token not allowed after unary operator: '-cta'
(727,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-sm'
(732,26): run-time error CSS1039: Token not allowed after unary operator: '-cta-hover'
(742,17): run-time error CSS1039: Token not allowed after unary operator: '-danger'
(762,33): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(771,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
 */
/*body {
    height: 100%;
    max-height: 100%;
    background-image: url('/Images/F0CUSCityView.png');
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: center center;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(81,45,109,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(81,45,109,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(81,45,109,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99512d6d',GradientType=0 );
}

    body:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0.4;
        background-color: black;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    */
textarea {
    overflow: scroll;
    resize: none;
}

    textarea::-webkit-scrollbar,
    textarea::-webkit-scrollbar-corner {
        width: 0%;
        visibility: hidden;
    }


h4 {
    font-family: font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    /*"Century Gothic", Gotham, AppleGothic, sans-serif;*/
    font-weight: bold;
    color: #512d6d;
    text-align: center;
}

p {
    font-family: font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    /* "Century Gothic", Gotham, AppleGothic, sans-serif;*/
    margin-bottom: 0;
}

a > p {
    color: #66bbb0
}

hr {
    margin-top: 1vh;
}

#image-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 33%;
    height: auto;
    padding-top: 5%;
    padding-left: 2%;
    z-index: 1;
}

#authCodeEntry {
    height: 15%;
    width: 100%;
    display: flex;
    margin-left: auto;
}

.authCodeFieldCol {
    display: inline-block;
    width: calc(100%/6);
    vertical-align: top;
    text-align: center;
}

.authCodeField {
    height: 100%;
    font-size: 3.6em;
    text-align: center;
    width: 75%;
}

#header-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
    box-sizing: content-box;
    filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.25));
}

.card {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 7px 1px black;
    -moz-box-shadow: 0 0 7px 1px black;
    box-shadow: 0 0 7px 1px black;
}

.form-input::-webkit-validation-bubble {
    background-color: red;
}

#errorPanel {
    padding: 0px 15px 15px 15px;
    width: auto;
    display: block;
}

#twofactor-container {
    margin-top: -3%;
    width: 50%;
    z-index: -1;
}

#tfa-card {
    text-align: center;
}

#phone-container,
#login-container {
    width: 33%;
    margin-top: -3%;
    z-index: -1;
}

.input-wrap {
    position: relative;
    width: 100%;
}

    .input-wrap .form-input {
        width: 100%;
        left: 50%;
        margin-right: -50%;
        font-size: 0.8em;
    }

    .input-wrap .floating-label {
        position: absolute;
        pointer-events: none;
        top: 9px;
        left: 10px;
        font-family: "Century Gothic", Gotham, AppleGothic, sans-serif;
        font-weight: lighter;
        font-size: 0.8em;
        opacity: 0.8;
        transition: 0.2s ease all;
    }


    .input-wrap input:focus ~ .floating-label,
    .input-wrap input:not(:focus):valid ~ .floating-label,
    .input-wrap input:not([value=""]):not(:focus):invalid ~ .floating-label {
        top: 0px;
        left: 5px;
        font-size: 0.6em;
        color: #a4bcc2
    }

.Phone-error,
#Email-error,
#Password-error {
    color: #B94A48;
    font-weight: normal;
    margin-left: 0.5%;
}

.card-footer {
    background-color: white;
}

#eula-button {
    font-family: "Century Gothic", Gotham, AppleGothic, sans-serif;
    font-weight: normal;
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(81,45,109, 1);
    color: white;
}

/*#agreed-eula,
#authenticateButton,
#login-button {
    font-family: "Century Gothic", Gotham, AppleGothic, sans-serif;
    font-weight: normal;
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #4B4B65;*/ /*rgba(81,45,109, 1);*/
/*color: white;
}

    #agreed-eula:hover,
    #eula-button:hover,
    #authenticateButton:hover,
    #login-button:hover {
        background-color: white;
        color: rgba(81, 45, 109, 1);
        transition: none;
        border: 1px solid rgba(81,45,109, 1);
    }

    #agreed-eula:not(:hover),
    #eula-button:not(:hover),
    #authenticateButton:not(:hover),
    #login-button:not(:hover) {
        transition: none;
    }
        */
#eula-label {
    display: flex;
    flex-direction: row;
    padding-top: 1%;
}

#eula-wrapper {
    margin-left: 2%;
    padding-right: 15%;
    display: flex;
    height: 5%;
}

#read-eula {
    width: 10%;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}

.modal-title {
    font-family: "Century Gothic", Gotham, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    color: #512d6d;
}

.contract-display-user {
    display: flex;
    justify-content: center;
}

hr {
}

@media screen and (max-width: 1024px), (max-height: 1366px), (orientation: portrait) {
    #authCodeEntry {
        height: 7%;
    }

    .authCodeField {
        height: 100%;
    }
}

@media screen and (max-width: 768px), (max-height: 1024px), (orientation: portrait) {
    #twofactor-container {
        height: 60%;
    }

    #authCodeEntry {
        height: 25%;
    }

    .authCodeField {
        height: 100%;
    }

    #agreed-eula,
    #authenticateButton,
    #login-button {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #image-container {
        width: 66%;
    }

    h4 {
        text-align: center;
    }

    .authCodeField {
        font-size: 2.6em;
        height: 90%;
    }

    #phone-container,
    #twofactor-container,
    #login-container {
        width: 100%;
        margin-top: -5%;
    }

    #eula-wrapper {
        margin-bottom: 2%;
        margin-left: 8%;
    }

    #agreed-eula,
    #authenticateButton,
    #login-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #tfa-title {
        height: 0%;
    }

    #tfa-header {
        margin-top: -3%;
        height: 10%;
    }

    #image-container {
        width: 95%;
    }

    #login-container {
        width: 100%;
        margin-top: -10%;
    }

    h4 {
        font-size: 1.0em;
    }

    .authCodeFieldCol {
        display: inline-block;
    }

    #authCodeEntry {
        padding-top: 2%;
        height: 15%;
        width: 100%;
        margin-right: auto;
    }

    .authCodeField {
        width: 95%;
        height: 80%;
        font-size: 1.6em;
    }

    #phone-container,
    #twofactor-container,
    #image-container {
        width: 100%;
        padding-left: 5%;
    }

    #authenticateButton {
        width: auto;
    }

    #eula-container {
        max-height: 100%;
    }

    #eula-modal {
        max-height: 100%;
        display: inline-block;
    }

    #eula-wrapper {
        margin-left: -5%;
        margin-bottom: 5%;
    }

    #read-eula {
        width: 20%;
    }

    #eula-label {
        margin-left: 2%;
    }
}



@media screen and (max-width: 992px) and (orientation: landscape) {
    #image-container {
        width: 45%;
        margin-top: -5%;
    }

    .alert-danger {
        height: 15%;
        font-size: 0.8em;
    }

    .text-danger {
        margin-top: -3%;
    }

    #login-container {
        width: 55%;
        height: 50%;
    }

    #twofactor-container {
        width: 75%;
        height: 100%;
    }

    .authCodeEntry {
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    body {
        overflow: hidden;
    }

    .alert-danger {
        font-size: 0.6em;
        height: 15%;
    }

    .text-danger {
        margin-top: -3%;
    }

    #image-container {
        width: 66%;
        margin-top: -4%;
    }

    #login-container {
        width: 75%;
    }

    #twofactor-container {
        height: 95%;
        width: 95%;
    }

    #tfa-header {
        margin-top: -4%;
    }

    .authCodeFieldCol {
        margin-top: 3%;
    }
}

.contract-display-user > p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2B2B3B; /*#512d6d;*/
}

.greenNoBG {
    color: #478d58;
    background-color: transparent;
    border-color: transparent;
}

    .greenNoBG:hover {
        background-color: #478d58;
        color: white;
        border-color: transparent;
        border-radius: 25%;
    }

.redNoBG {
    color: #c53333;
    background-color: transparent;
    border-color: transparent;
}

    .redNoBG:hover {
        background-color: #c53333;
        color: white;
        border-color: transparent;
        border-radius: 25%;
    }

.centerContent {
    display: flex;
    justify-content: center;
    align-content: center;
}

.fullWidth {
    height: 10vh;
    width: 10vh;
}

.hidden {
    display: none !important;
}

.messageBox {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .messageBox p {
        margin-left: 0;
    }

#password-tooltip {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    z-index: 999;
    right: 0;
}

    #password-tooltip > p {
        font-size: 0.9em;
    }

.input-wrap:focus-within #password-tooltip {
    display: block;
}




/* new CSS*/

:root {
    --bg-dark: #0f0e12; /* left panel background */
    --bg-light: #f4f4f8; /* right panel background */
    --card-bg: #ffffff;
    --text: #1b1b1f;
    --muted: #777b81;
    --border: #e3e5ea;
    --focus: #5aa7ff;
    --cta: #4bd165; /* green button */
    --cta-hover: #38c458;
    --danger: #e5484d;
    --radius: 10px;
    --shadow-sm: 0 1px 2px rgba(16,24,40,.06);
    --shadow-md: 0 6px 16px rgba(16,24,40,.10);
}

/* Reset-ish */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background: var(--bg-light);
}

.split {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Left visual panel */
.left {
    position: relative;
    background: var(--bg-dark);
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 40px;
}

    /* Replace this with your own image */
    .left::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(transparent 35%, rgba(0,0,0,.35)), url('/Images/LoginPageImage.png');
        background-size: cover;
        background-position: center;
        opacity: .9;
        mix-blend-mode: normal;
        margin-top: 120px;
        margin-left: 50px;
        margin-right: 50px;
    }

/* Logo top-left */
.brand {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    user-select: none;
    background-image: url('/Images/F0CUS Logo.png');
    width: 180px;
    height: 100px;
    background-repeat: no-repeat;
    left: 20px;
    background-size: 150px;
}

/* Right form panel */
.right {
    display: grid;
    place-items: center;
    padding: 40px 24px;
    background: var(--bg-light);
}

form {
    display: grid;
    gap: 16px;
}

.field {
    display: grid;
    gap: 8px;
}

.label {
    font-size: 12px;
    color: var(--muted);
}

.control {
    position: relative;
}

.input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    color: var(--text);
    padding: 0 40px 0 12px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}

    .input::placeholder {
        color: #b7bcc3;
    }

    .input:focus {
        border-color: var(--focus);
        box-shadow: 0 0 0 4px color-mix(in oklab, var(--focus) 18%, transparent);
    }

/* Leading/trailing icons inside inputs */
.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    color: #b2b7bf;
    width: 36px;
    pointer-events: none;
}

    .icon.leading {
        left: 0;
    }

    .icon.trailing {
        right: 0;
    }

.help-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -6px;
}

    .help-row a {
        color: var(--muted);
        font-size: 12px;
        text-decoration: none;
    }

        .help-row a:hover {
            text-decoration: underline;
        }

.btn {
    appearance: none;
    border: 0;
    height: 44px;
    border-radius: 8px;
    background: var(--cta);
    color: #0b2813;
    font-weight: 600;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: transform .04s ease, background .15s ease, box-shadow .15s ease;
}

    .btn:hover {
        background: var(--cta-hover);
    }

    .btn:active {
        transform: translateY(1px);
        box-shadow: none;
    }

.error {
    display: none;
    color: var(--danger);
    font-size: 12px;
    margin-top: 6px;
}

/* Password toggle button (eye) */
.toggle {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 34px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #9aa1a9;
    cursor: pointer;
}

    .toggle:focus-visible {
        outline: 2px solid var(--focus);
        outline-offset: 2px;
    }

/* Small print/footer */
.foot {
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    color: var(--muted);
}

/* Responsive */
@media (max-width: 960px) {
    .split {
        grid-template-columns: 1fr;
    }

    .left {
        min-height: 36vh;
        align-items: flex-end;
        padding: 28px 20px;
    }

    .mosaic {
        display: none;
    }
    /* optional hide */
    .brand {
        position: absolute;
        top: 18px;
        left: 18px;
    }
}

.field-validation-error {
    color: #B94A48;
}

