@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    height: 100%
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

#placeHolder {
    outline: 0;
}

/*Remove arrows from input type number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield; /* Firefox */
}

/* Fix for Firefox and IE (IDP-5560), we need to force a width because is being putted inline from the BE code */
#ContentPlaceHolder1_table1 {
    width: auto !important;
}

.hidden {
    display: none;
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_reqValPassword,
.reqValNewPassword {
    display: none !important;
}

table {
    margin: auto;
}

td {
    display: block;
}

a {
    color: #157ea8;
    cursor: pointer;
    text-decoration: none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}

    a:hover {
        color: #075080;
        text-decoration: underline;
    }

label.disabled {
    color: #A6B5BA !important;
}

input[type=submit],
input[type=button],
button[type=button] {
    /*height: 40px;*/
    width: auto;
    min-width: 101px;
    background-color: #157EA8;
    color: #FFFFFF;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 24px;
    text-align: center;
    border-style: none;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 40px;
    border-radius: 4px;
}
    /*input[type=submit]:focus,
input[type=button]:focus,
button[type=button]:focus {
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}*/

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button[type=button] :hover,
    input[type="submit"]:focus,
    input[type="button"]:focus,
    button[type=button]:focus,
    input[type="submit"]:active,
    input[type="button"]:active,
    button[type=button] :active {
        background-color: #106486;
        border-color: #106486;
    }

    input[type=submit]:disabled,
    input[type=button]:disabled,
    button[type=button]:disabled {
        /*background-color: #EFF2F3;
        border-color: #EFF2F3;
        color: #727e83;*/
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        color: #666666;
    }

    input[type=submit]:not(:disabled):hover,
    input[type=button]:not(:disabled):hover,
    button[type=button]:not(:disabled):hover {
        background-color: #2674bc;
    }

    input[type=submit]:not(:disabled).btn-danger,
    input[type=button]:not(:disabled).btn-danger,
    button[type=button]:not(:disabled).btn-danger {
        background-color: #D20F0F;
    }

        input[type=submit]:not(:disabled).btn-danger:hover,
        input[type=button]:not(:disabled).btn-danger:hover,
        button[type=button]:not(:disabled).btn-danger:hover {
            background-color: #ba0d0d;
        }

    input[type=submit]:not(:disabled).btn-success,
    input[type=button]:not(:disabled).btn-success,
    button[type=button]:not(:disabled).btn-success {
        background-color: #23a200;
    }

        input[type=submit]:not(:disabled).btn-success:hover,
        input[type=button]:not(:disabled).btn-success:hover,
        button[type=button]:not(:disabled).btn-success:hover {
            background-color: #1d8900;
        }

.post-auth-view input[type=submit],
.post-auth-view input[type=button],
.post-auth-view button[type=button] {
    height: auto;
    width: min-content;
    min-width: auto;
    padding: 5px 40px;
}

input[type=text]:disabled,
input[type=text]:read-only,
input[type=password]:disabled,
input[type=password]:read-only {
    background-color: #EFF2F3;
    border-color: #EFF2F3;
    color: #222222;
    opacity: 0.7;
}

input[type=text],
input[type=password],
select,
textarea {
    border-color: #949494;
    border-style: solid;
    padding: 6px 12px;
    border-width: 1px;
    box-sizing: border-box;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    outline: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
    color: #949494;
    background-color: #F7F7F7;
    border-radius: 4px;
}

.post-auth-view input[type=text],
.post-auth-view input[type=password],
.post-auth-view select {
    padding: 6px 12px;
    height: 34px;
}

.post-auth-view textarea {
    padding: 6px 12px;
}

input[type=text]:focus,
input[type=password]:focus {
    /*border: 1px solid #2A81D1;*/
    color: #000000;
    border-color: #000000;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(131, 131, 131, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(131, 131, 131, 0.6);
}

input[type="button"].hidden_button {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    min-width: 0;
    border: none;
    font-size: 9px;
    width: 16px;
    position: fixed;
    top: 5px;
    right: 5px;
}

body {
    width: 100% !important;
    background: url(https://login.adventhealth.com/backgrounds/currentbkg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-size: 16px;
}

#LogoImage {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 180px;*/
    margin: auto;
    max-width: 100%;
    height: auto;
}

#lblTop {
    color: #157ea8;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.lblDisclaimer {
    font-size: 12px;
    line-height: 3;
}

h1,
h2,
h3,
p,
span,
label,
table {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/* helpers */
.m-0 {
    margin: 0 !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.has-text-centered {
    text-align: center;
}

/* PasswordView Specific CSS*/
#ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 {
    width: 100%;
}

    #ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 tbody tr td span {
        color: #191C1D;
        display: block;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1;
        margin: 5px 0;
        font-weight: bold;
    }

    #ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 #ContentPlaceHolder1_MFALoginControl1_PasswordView_compValPassword,
    #ContentPlaceHolder1_MFALoginControl1_UserIDView_compValPassword {
        margin-top: 4px;
        display: block;
        color: #D20F0F;
        font-size: 16px;
        line-height: 24px;
        background-image: url(./error-icon.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        padding-left: 24px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
    }

#ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword1 {
    margin-bottom: 5px;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_trPwdExpireMsg {
    height: 72px;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 tbody tr td.tcPwdExpireMsg {
    background-color: #FAE7E7;
    border-color: #D20F0F;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #191C1D;
    display: table;
    padding: 8px 8px 8px 15px;
    transition: opacity 1s;
    width: 100%;
    font-weight: normal;
    background-image: url(./error-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 8px;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 tbody tr td span.field-error {
    font-weight: normal;
    background-image: none;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 tbody td {
    display: block;
}

    #ContentPlaceHolder1_MFALoginControl1_PasswordView_container1 tbody td input {
        width: 100%;
    }

.content-buttons {
    text-align: center;
    max-width: none !important;
    margin-top: 8px;
}

.content-instructions {
    text-align: left;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 12px;
}

    .content-instructions #ContentPlaceHolder1_MFALoginControl1_PasswordView_trlblKiosk,
    .content-instructions #ContentPlaceHolder1_MFALoginControl1_PasswordView_trrblKiosk {
        font-size: 12px;
        font-weight: bold;
    }

        .content-instructions #ContentPlaceHolder1_MFALoginControl1_PasswordView_trrblKiosk span {
            display: block;
        }

    .content-instructions table {
        margin: 0;
    }

/*Login Page specific CSS*/
.radiobutton,
.checkbutton {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    width: auto;
    /*padding-left: 18px;*/
}

    .radiobutton::before,
    .checkbutton::after {
        clear: both;
    }

    .radiobutton > input,
    .checkbutton > input {
        position: relative;
        top: 0;
        left: -8px;
        font-size: 14px;
    }

    .radiobutton > label,
    .checkbutton > label {
        cursor: pointer;
        font-weight: 700;
        line-height: normal;
        /*min-height: 18px;*/
    }

.username-block > .bodytext {
    color: #666666;
    display: block;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.username-block > .text-small {
    font-size: 13px;
}

.submit-button-block,
.header-block {
    text-align: center;
}

    .header-block > span {
        display: block;
    }

.header-legend > span,
.iwa-message {
    display: block;
    font-size: 12px;
    line-height: 1.25;
}

.custom-padding {
    padding: 5px 0;
}

.custom-padding-kiosk {
    padding: 30px 0 5px 0;
}

.separetor {
    border-bottom: 1px solid #666666;
    /*padding-bottom: 25px;
    width: 80%;
    margin: auto;*/
    margin: 20px 0 35px;
}

.separetor-top {
    border-top: 1px solid #666666;
    /*margin-top: 16px;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;*/
    margin: 20px 0 35px;
}

.user-id-view-container {
    margin: 50px 0 0;
}

.user-id-view-container > .login-header {
    padding-bottom: 8px;
}

.user-id-view-container,
.content-footer {
    background-color: rgba(255,255,255);
    width: 400px;
    position: relative;
    /*margin: auto;*/
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 10px 40px;
    display: block;
    border-radius: 6px 6px 0 0;
    margin-left: auto;
    margin-right: auto;
}

.content-footer {
    border-radius: 0 0 6px 6px;
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblAfterBtn {
    display: none;
}

.correct-padding {
    padding-left: 0px;
    margin-top: -6px;
}

.login-links,
#CopyrightText {
    text-align: center;
}

    .login-links > a,
    #Small1 > a {
        display: block;
    }

#Small1 > a {
    font-size: 12px;
}

#sociallogin > div > ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

    #sociallogin > div > ul > li {
        display: inline-block;
        width: 45%;
    }

        #sociallogin > div > ul > li:nth-child(odd) {
            margin-right: 8px;
        }

        #sociallogin > div > ul > li:last-child {
            margin-right: 0px;
        }

            #sociallogin > div > ul > li:last-child > a {
                margin-bottom: 0px;
            }

        #sociallogin > div > ul > li:only-child {
            width: 100%;
        }

    #sociallogin > div > ul a {
        display: block;
        text-decoration: none;
        color: black;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
        background-color: #EFF2F3;
        border-color: #CFD7DA;
        padding: 5px 0 5px 45px;
        box-sizing: border-box;
        margin-bottom: 10px;
        position: relative;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }

        #sociallogin > div > ul a:before {
            content: "";
            background-size: cover;
            width: 25px;
            height: 25px;
            position: absolute;
            left: 8px;
            top: 20%;
        }

#ContentPlaceHolder1_MFALoginControl1_UserIDView_lkbFacebook:before {
    background: url("fblogo.png");
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_lkbGoogle:before {
    background: url("glogo.png");
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_lkbLinkedin:before {
    background: url("linklogo.png");
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_lkbLive:before {
    background: url("livelogo.png");
}

/* password expired error */
#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg {
    display: block;
    cursor: pointer;
    background-color: #FAE7E7;
    border: 1px solid #D20F0F;
    border-radius: 3px;
    text-align: center;
    padding: 12px 0px 8px 0px;
    margin-bottom: 16px;
}

    #ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg > span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23d20f0f'%3E%3Cdefs%3E%3Cpath d='M12.894 2.553l9 18A1 1 0 0 1 21 22H3a1 1 0 0 1-.894-1.447l9-18a1 1 0 0 1 1.788 0zM4.618 20h14.764L12 5.236 4.618 20zm7.383-1a1 1 0 1 1-.002-2A1 1 0 0 1 12 19zM13 15a1 1 0 0 1-2 0v-4a1 1 0 0 1 2 0v4z' id='a'/%3E%3C/defs%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 26px;
        background-position: 8px center;
        text-align: center;
        padding: 12px 8px 8px 40px;
    }

#ContentPlaceHolder1_MFALoginControl1_UserIDView_qrCodeUpdatePanel {
    max-width: 300px;
    margin: auto;
}

/* Active X view specific css */
.installactivexwidth {
    width: 70%;
    margin: auto;
}

#ContentPlaceHolder1_Label1, #ContentPlaceHolder1_Panel2 {
    max-width: none;
    width: 100% !important;
}

/* AcceptDenyWaitingView*/
#ContentPlaceHolder1_MFALoginControl1_AcceptDenyWaitingView_lblHeader.accept-title,
#ContentPlaceHolder1_MFALoginControl1_RegistrationMethodView_lblHeader1.multi-factor-throttle-message {
    margin-top: 4px;
    display: block;
    color: #D20F0F;
    font-size: 16px;
    line-height: 24px;
    background-image: url(./error-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position-y: 4px;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

/* Declined Active X view specific css */
.declined-view {
    width: 360px;
    padding: 25px !important;
    margin: auto;
}

    .declined-view > .main-content-body > input {
        display: inline-block;
        margin: 10px;
    }

/*Registration Method view specific css*/
#lbRestart_BROWSER_REGISTRATION_METHOD {
    display: block;
}

    #lbRestart_BROWSER_REGISTRATION_METHOD:first-of-type {
        margin-top: 15px;
    }

/* Carrier Update View specific css*/
#CarrierUpdateDiv {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    max-width: 720px;
    margin: auto;
}

#HeaderLabel.alert-danger {
    background-image: url(./warning-carrier.png);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 52px;
    padding-left: 60px;
    text-align: left;
}

#ApproveSpan,
#DeleteSpan,
#IgnoreSpan {
    background-image: url(./approve-carrier.png);
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 18px;
    font-weight: 700;
    padding-top: 2px;
}

#DeleteSpan {
    background-image: url(./delete-carrier.png);
}

#IgnoreSpan {
    background-image: url(./ignore-carrier.png);
}

#ApproveP,
#IgnoreP,
#DeleteP {
    padding-left: 30px;
    margin-top: 5px;
}

#ApproveRadio,
#IgnoreRadio,
#DeleteRadio {
    margin: 0px 5px;
}

.carrierupdate__button {
    text-align: center;
    margin-top: 30px;
}

#CarrierUpdateDiv > div > div.main-content-body {
    border-bottom: none;
}

#lnkbtnAlternative {
    display: block;
}

/* SecureauthMd specific CSS */
#ContentPlaceHolder1_trrbKioskPublic,
#ContentPlaceHolder1_trrbKioskPrivate {
    height: 25px;
    position: relative;
}

    #ContentPlaceHolder1_trrbKioskPublic > td > input,
    #ContentPlaceHolder1_trrbKioskPrivate > td > input {
        position: absolute;
        font-size: 14px;
    }

    #ContentPlaceHolder1_trrbKioskPublic > td > label,
    #ContentPlaceHolder1_trrbKioskPrivate > td > label {
        cursor: pointer;
        font-weight: normal;
        line-height: 18px;
        min-height: 18px;
        padding-left: 17px;
    }

    #ContentPlaceHolder1_trrbKioskPublic > td,
    #ContentPlaceHolder1_trrbKioskPrivate > td {
        color: #191C1D;
        display: block;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
    }

/* SPINNER CSS */
.pre-loader {
    background: none repeat scroll 0 0 #f7f7f7;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.spinner {
    font-size: 70px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: -0.5em 0 0 -0.5em;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner 1.7s infinite ease;
    animation: spinner 1.7s infinite ease;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }

    5%, 95% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }

    10%, 59% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.087em -0.825em 0 -0.42em #666666, -0.173em -0.812em 0 -0.44em #666666, -0.256em -0.789em 0 -0.46em #666666, -0.297em -0.775em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.087em -0.825em 0 -0.42em #666666, -0.173em -0.812em 0 -0.44em #666666, -0.256em -0.789em 0 -0.46em #666666, -0.297em -0.775em 0 -0.477em #666666;
    }

    20% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.338em -0.758em 0 -0.42em #666666, -0.555em -0.617em 0 -0.44em #666666, -0.671em -0.488em 0 -0.46em #666666, -0.749em -0.34em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.338em -0.758em 0 -0.42em #666666, -0.555em -0.617em 0 -0.44em #666666, -0.671em -0.488em 0 -0.46em #666666, -0.749em -0.34em 0 -0.477em #666666;
    }

    38% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.377em -0.74em 0 -0.42em #666666, -0.645em -0.522em 0 -0.44em #666666, -0.775em -0.297em 0 -0.46em #666666, -0.82em -0.09em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.377em -0.74em 0 -0.42em #666666, -0.645em -0.522em 0 -0.44em #666666, -0.775em -0.297em 0 -0.46em #666666, -0.82em -0.09em 0 -0.477em #666666;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }

    5%, 95% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }

    10%, 59% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.087em -0.825em 0 -0.42em #666666, -0.173em -0.812em 0 -0.44em #666666, -0.256em -0.789em 0 -0.46em #666666, -0.297em -0.775em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.087em -0.825em 0 -0.42em #666666, -0.173em -0.812em 0 -0.44em #666666, -0.256em -0.789em 0 -0.46em #666666, -0.297em -0.775em 0 -0.477em #666666;
    }

    20% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.338em -0.758em 0 -0.42em #666666, -0.555em -0.617em 0 -0.44em #666666, -0.671em -0.488em 0 -0.46em #666666, -0.749em -0.34em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.338em -0.758em 0 -0.42em #666666, -0.555em -0.617em 0 -0.44em #666666, -0.671em -0.488em 0 -0.46em #666666, -0.749em -0.34em 0 -0.477em #666666;
    }

    38% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, -0.377em -0.74em 0 -0.42em #666666, -0.645em -0.522em 0 -0.44em #666666, -0.775em -0.297em 0 -0.46em #666666, -0.82em -0.09em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, -0.377em -0.74em 0 -0.42em #666666, -0.645em -0.522em 0 -0.44em #666666, -0.775em -0.297em 0 -0.46em #666666, -0.82em -0.09em 0 -0.477em #666666;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
        box-shadow: 0 -0.83em 0 -0.4em #666666, 0 -0.83em 0 -0.42em #666666, 0 -0.83em 0 -0.44em #666666, 0 -0.83em 0 -0.46em #666666, 0 -0.83em 0 -0.477em #666666;
    }
}
/* end-user-base.css */
.weight-normal {
    font-weight: normal !important;
}

    .weight-normal > label {
        font-weight: normal !important;
    }

.weight-bold {
    font-weight: normal !important;
}

    .weight-bold > label {
        font-weight: normal !important;
    }

.center {
    text-align: center;
}

.field-group:last-child,
.button-group:last-child {
    margin-bottom: 0px;
}

.field-group .radiobutton,
.field-group .checkbutton,
.button-group .radiobutton,
.button-group .checkbutton,
.registration-method-type .radiobutton,
.registration-method-type .checkbutton {
    padding-top: 0px;
}

.field-group label {
    color: #191C1D;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.field-group input:not([type=radio]),
.field-group input:not([type=checkbox]) {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #A6B5BA;
    box-shadow: none;
}

.field-group input:focus:not([type=radio]),
.field-group input:focus:not([type=checkbox]) {
    border: 1px solid #2A81D1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

input[type=checkbox],
input[type=radio] {
    accent-color: #2A81D1;
}

.field-group input[type=checkbox],
.field-group input[type=radio] {
    width: auto;
    height: auto;
    box-shadow: none;
}

.registration-method-type.not-supported {
    opacity: 0.35;
}

.registration-method-type.field-group input[type=radio] {
    top: 3px;
    left: -4px;
}

#placeHolder > .controlviewdiv-parent {
    text-align: center;
}

    #placeHolder > .controlviewdiv-parent > .controlviewdiv,
    .yubikeyprovisioningmargins.yubikeyprovisioningwidth {
        display: inline-block;
        max-width: 720px;
        text-align: center;
    }

.yubikeyprovisioningmargins.yubikeyprovisioningwidth {
    display: block;
    margin: auto;
}

    .yubikeyprovisioningmargins.yubikeyprovisioningwidth > div > div.main-content-body > ol {
        text-align: left;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        padding-left: 18px;
    }

    .yubikeyprovisioningmargins.yubikeyprovisioningwidth > div > div.main-content-body > #ContentPlaceHolder1_Label2 {
        text-align: left;
        margin-left: 13%;
    }

.yubiKeyInput {
    width: 75% !important;
}

.yubiKeyInputImage {
    height: 45px;
    width: 40px;
    background-image: url(./input-from-yubikey.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 40px;
}

.main-content-container {
    margin-top: 50px;
    padding-top: 32px;
    padding-left: 106px;
    padding-bottom: 64px;
    padding-right: 106px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255);
    border-radius: 6px;
}

.post-auth-view {
    margin: 25px 5px;
}

    .post-auth-view > .main-content-container {
        margin: 0 auto;
        max-width: 900px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #FFFFFF;
    }

body:has(.post-auth-view.fullwidth) {
    background: none;
}

.post-auth-view.fullwidth > .main-content-container {
    max-width: unset;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    .post-auth-view.fullwidth > .main-content-container > .main-content-body {
        flex: 1;
    }

.main-content-container.mfa-view {
    padding-left: 38px;
    padding-right: 38px;
    width: 100%;
    max-width: 702px;
}

    .main-content-container.mfa-view > .main-content-header {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .main-content-container.mfa-view > .main-content-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-content-container.mfa-view > .main-content-separator {
        margin-left: 105px;
        margin-right: 105px;
    }

.main-content-header {
    margin-bottom: 10px;
    text-align: center;
}

    .main-content-header span {
        max-width: 510px;
        min-width: auto;
        color: #157ea8;
        font-size: 24px;
        padding-top: 18px;
        padding-bottom: 18px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-weight: 500;
    }

    .main-content-header .input-from-mobile-approve {
        background-image: url(./input-from-mobile-approve.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-mobile-symbol {
        background-image: url(./input-from-mobile-symbol.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-help,
    .main-content-header .input-from-pin,
    .main-content-header .input-from-hotp,
    .main-content-header .input-from-desktop,
    div.additionalMethods {
        background-image: url(./input-from-pin.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-email,
    div.emailMethods {
        background-image: url(./input-from-email.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-phone,
    div.voiceMethods {
        background-image: url(./input-from-phone.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-sms,
    div.smsMethods {
        background-image: url(./input-from-sms.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-mobile,
    div.authenticateMethods,
    .main-content-header .input-from-oath {
        background-image: url(./input-from-mobile.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-yubikey,
    div.hardwareMethods {
        background-image: url(./input-from-yubikey.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

    .main-content-header .input-from-fido2,
    div.fido2Methods {
        background-image: url(./input-from-fido.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        padding-left: 78px;
        background-size: 72px;
    }

.main-content-separator {
    height: 5px;
    border-top: 2px solid #DFE7EA;
    margin-left: 0px;
    margin-right: 0px;
}

.main-content-container.mfa-view > .main-content-body {
    border-top: 0px;
    border-bottom: 0px;
}

.main-content-body {
    border-top: 2px solid #DFE7EA;
    border-bottom: 2px solid #DFE7EA;
    padding-top: 32px;
    padding-right: 33px;
    padding-bottom: 32px;
    padding-left: 33px;
}

    .main-content-body > div,
    .main-content-body > span {
        max-width: 490px;
    }

.main-content-container.mfa-view > .main-content-body > div,
.post-auth-view > .main-content-container > .main-content-body > div {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.main-content-body .field-group {
    margin-bottom: 16px;
}

.main-content-body .field-label {
    display: block;
    color: #191C1D;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.main-content-body input.field-error {
    background-color: #FAE7E7;
    border-color: #D20F0F;
    outline: none;
}

.field-input:not([type=radio]),
.field-input:not([type=checkbox]) {
    /*height: 40px;*/
    width: 315px;
    /*font-size: 16px;*/
    padding: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #A6B5BA;*/
    /*box-shadow: none;*/
}

.field-input.field-error:not([type=radio]),
.field-input.field-error:not([type=checkbox]) {
    /*background-color: #FAE7E7;
    border: 1px solid #D20F0F;*/
    outline: none;
}

.field-input.field-error:focus:not([type=radio]),
.field-input.field-error:focus:not([type=checkbox]) {
    /*background-color: #FAE7E7;
    border: 1px solid #D20F0F;
    box-shadow: 0 0 4px 0 #D20F0F;*/
    outline: none;
}

.field-input:focus:not([type=radio]),
.field-input:focus:not([type=checkbox]) {
    /*border: 1px solid #2A81D1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
}

.main-content-body .field-button {
    /*height: 40px;
    width: 101px;*/
    margin-left: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

    .main-content-body .field-button:disabled {
        background-color: #EFF2F3;
        border-color: #EFF2F3;
        color: #727e83;
    }

.main-content-body .symbol {
    text-align: center;
    margin-bottom: 56px;
    position: relative;
}

    .main-content-body .symbol > div {
        display: inline-block;
        position: relative;
    }

    .main-content-body .symbol span {
        display: inline-block;
        color: #191C1D;
        font-size: 48px;
        line-height: 64px;
        text-align: center;
        padding-top: 36px;
        padding-left: 47px;
        padding-right: 47px;
        padding-bottom: 41px;
        border: 2px solid #727E83;
    }

    .main-content-body .symbol div.mobile-symbol-icon {
        position: absolute;
        background-image: url(./input-from-mobile-symbol.svg);
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: 92px;
        width: 92px;
        height: 92px;
        bottom: -32px;
        right: -42px;
    }

.main-content-footer {
    text-align: center;
    padding-top: 32px;
}

span.field-error {
    margin-top: 4px;
    display: block;
    color: #D20F0F;
    font-size: 16px;
    line-height: 24px;
    background-image: url(./error-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position-y: 4px;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.field-info {
    background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #191C1D;
    display: table;
    padding: 8px 8px 8px 40px;
    background-color: #E9F2FA;
    border-color: #2A81D1;
    background-image: url(./info-icon.png);
}

span.field-system-error {
    display: block;
    color: #D20F0F;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-content-body.field-system-error::before {
    transform: rotate(45deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23d20f0f'%3E%3Cdefs%3E%3Cpath d='M13 11h4a1 1 0 0 1 0 2h-4v4a1 1 0 0 1-2 0v-4H7a1 1 0 0 1 0-2h4V7a1 1 0 0 1 2 0v4zm9 1c0 5.522-4.478 10-10 10S2 17.522 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 0 0-8-8 8 8 0 1 0 8 8z' id='a'/%3E%3C/defs%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    width: 40px;
    height: 30px;
    display: block;
    content: "";
    position: absolute;
}

#ContentPlaceHolder1_MFALoginControl1_SystemErrorView_lblErrMessage,
#fido_lblErrMessage {
    color: #D20F0F;
    padding-left: 40px;
}

    #fido_lblErrMessage div#fido_lblErrMessage_links {
        color: #D20F0F;
        text-align: center;
        padding-right: 40px;
    }

        #fido_lblErrMessage div#fido_lblErrMessage_links a {
            color: #D20F0F;
            text-decoration: underline;
        }

.button-group {
    max-width: 490px;
    margin-bottom: 16px;
}

    .button-group.waiting {
        margin-top: 16px;
        text-align: center;
    }

.field-input.checkbox label {
    margin-left: 2px;
}

div.waiting-spinner {
    background-image: url(./waiting.gif);
    background-size: 188px 8px;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 510px;
    height: 8px;
}

.main-content-body > div.waiting-spinner {
    margin-top: 32px;
    margin-bottom: 48px;
}

div.waiting-message {
    text-align: center;
}

div.field-group.registration-method-type {
    box-sizing: border-box;
    min-height: 78px;
    padding-left: 78px;
    background-position-y: 8px;
    margin-bottom: 36px;
    display: table;
    height: 80px;
}

    div.field-group.registration-method-type.emailMethods {
        min-height: 66px;
    }

    div.field-group.registration-method-type.smsMethods {
        min-height: 60px;
    }

    div.field-group.registration-method-type.voiceMethods {
        min-height: 72px;
    }

div.registration-method-type table {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

    div.registration-method-type table td:first {
        padding-top: none;
    }

div.field-group.registration-method-type label {
    font-weight: normal;
}

.privacy-controls {
    padding-bottom: 16px;
}

    .privacy-controls span.rbKiosk {
        display: block;
        text-align: left;
    }

    #kioskblock span.rbKiosk,
    .privacy-controls span.rbKiosk {
        padding-bottom: 0px;
        margin: 0px;
        font-size: 13px;
    }

        #kioskblock span.rbKiosk:last-of-type,
        .privacy-controls span.rbKiosk:last-child {
            padding-top: 4px;
            padding-bottom: 4px;
            margin-bottom: 5px;
        }

    .privacy-controls span.lblKiosk {
        font-weight: bold;
    }

.main-content-footer div.button-group {
    max-width: 100%;
}

.realmTitle {
    margin-top: 16px;
    border-top: 2px solid #DFE7EA;
}

div.realmTitle span#lblTop {
    padding-bottom: 6px;
    font-size: 18px;
}

#oidcEndSessionContainer {
    padding-bottom: 32px;
    padding-left: 75px;
    padding-right: 75px;
}

#ContentPlaceHolder1_pnlConfirmation,
#ContentPlaceHolder1_pnlClose {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

@media (max-height: 740px) {
    .user-id-view-container, .main-content-container {
        margin-top: 10px;
    }
}

/* START: Post auth views CSS */
.no-wrap {
    white-space: nowrap;
}

.post-auth-view .top-label {
    margin-bottom: 10px;
}

.post-auth-view .form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-auth-view .form-messages:not(:empty) {
    margin: 10px 0;
}

.post-auth-view .form-actions:empty {
    margin: 0;
}

.post-auth-view .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .post-auth-view .form-field:empty {
        margin: 0;
    }

.post-auth-view .form-fields input,
.post-auth-view .form-fields select,
.post-auth-view .form-fields textarea {
    margin: 2px 0 5px 0;
}

.post-auth-view .two-columns {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
}

    .post-auth-view .two-columns > :first-child {
        display: flex;
        gap: 10px;
        align-items: flex-end;
        flex: 1;
    }

        .post-auth-view .two-columns > :first-child > :first-child {
            flex: 1;
            min-width: 170px;
        }

    .post-auth-view .two-columns > :last-child {
        display: flex;
        column-gap: 10px;
    }

.post-auth-view .form-inline {
    display: flex;
    align-items: center;
}

.post-auth-view input[type=checkbox]:not(:last-child),
.post-auth-view input[type=radio]:not(:last-child) {
    margin-right: 5px;
}

.post-auth-view .form-fields .bodytext,
.post-auth-view .form-register-section > span {
    font-weight: bold;
    font-size: 14px;
}

.post-auth-view .form-fields-header {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.post-auth-view .messagelabel {
    color: #D20F0F;
    font-size: 14px;
}

    .post-auth-view .messagelabel[data-status=success] {
        color: #23a200;
    }

#ContentPlaceHolder1_TextBoxPassword1_PasswordStrength {
    margin-left: -160px;
    margin-top: 10px;
}

    #ContentPlaceHolder1_TextBoxPassword1_PasswordStrength.cssClass1 {
        color: #d3002d;
    }

    #ContentPlaceHolder1_TextBoxPassword1_PasswordStrength.cssClass2 {
        color: #fb834f;
    }

    #ContentPlaceHolder1_TextBoxPassword1_PasswordStrength.cssClass3 {
        color: #fccf40;
    }

    #ContentPlaceHolder1_TextBoxPassword1_PasswordStrength.cssClass4 {
        color: #a0d77a;
    }

    #ContentPlaceHolder1_TextBoxPassword1_PasswordStrength.cssClass5 {
        color: #00a654;
    }

#ContentPlaceHolder1_PasswordTB_PasswordStrength {
    display: none !important;
}

.post-auth-view .pwd-policy-container {
    display: flex;
    flex-direction: column;
}

    .post-auth-view .pwd-policy-container .bodytext {
        line-height: 1.4;
    }

    .post-auth-view .pwd-policy-container .passworddisclaimer {
        margin-top: 15px;
        font-size: 14px;
    }

.post-auth-view .form-register-section {
    margin-bottom: 10px;
}

    .post-auth-view .form-register-section br {
        display: none;
    }

    .post-auth-view .form-register-section input {
        width: min-content !important;
    }

    .post-auth-view .form-register-section table {
        margin: unset;
        border-spacing: 0;
    }

        .post-auth-view .form-register-section table td:empty,
        .post-auth-view .form-register-section table td > img {
            display: none;
        }

.post-auth-view .modalPopup {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 1px #2A81D1 !important;
    margin: 10px;
    padding: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

    .post-auth-view .modalPopup .modal {
        min-width: 400px;
    }

        .post-auth-view .modalPopup .modal .modal-header {
            padding-bottom: 20px;
            text-align: center;
        }

            .post-auth-view .modalPopup .modal .modal-header h3 {
                margin: 0;
            }

        .post-auth-view .modalPopup .modal .modal-footer {
            padding-top: 20px;
        }

.post-auth-view .modalBackground {
    background-color: #4d4d4d !important;
}

.post-auth-view .portal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .post-auth-view .portal-container > a {
        width: 300px;
        min-height: 102px;
        margin: 10px;
        color: #0c2028;
        display: flex;
        align-items: center;
        border: 2px solid #DFE7EA;
        text-decoration-line: none;
    }

        .post-auth-view .portal-container > a .portal-thumb {
            max-width: 90px;
            max-height: 90px;
            padding: 10px;
        }

        .post-auth-view .portal-container > a .portal-link {
            padding: 5px 10px 5px 5px;
            margin: 0;
        }

.status-error {
    background-color: #FAE7E7;
    border-color: #D20F0F !important;
}

.reporting-result-container {
    text-align: center;
    overflow: auto;
    font-size: 14px;
}

    .reporting-result-container a {
        font-size: 14px;
    }

.post-auth-view .qr-container {
    text-align: center;
}

    .post-auth-view .qr-container .qrcode.row {
        display: flex;
    }

        .post-auth-view .qr-container .qrcode.row.text-center {
            flex-direction: column;
            align-items: center;
        }

    .post-auth-view .qr-container input {
        margin-top: 10px;
        text-align: center;
    }

    .post-auth-view .qr-container .qrcode-text {
        display: block;
    }

    .post-auth-view .qr-container .qrcode-reqVal,
    .post-auth-view .qr-container .qrcode-errorLabel {
        display: block;
        margin-top: 5px;
        color: #D20F0F;
        font-size: 14px;
    }

        .post-auth-view .qr-container .qrcode-reqVal[style*=inline],
        .post-auth-view .qr-container .qrcode-errorLabel[style*=inline] {
            display: block !important;
        }

    .post-auth-view .qr-container #ContentPlaceHolder1_GoogleAuthDiv p {
        margin: 0;
    }

    .post-auth-view .qr-container #ContentPlaceHolder1_DeviceNameLabel {
        font-weight: bold;
    }

.table-wrapper {
    overflow-wrap: anywhere;
}

.otp-container {
    margin: 10px;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 0px;
    font-size: 32px;
    font-weight: bold;
}

.oid-wrapper {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

    .oid-wrapper .centerit {
        padding: 5px 0px;
        text-align: center;
    }

        .oid-wrapper .centerit p {
            margin: 10px;
        }

    .oid-wrapper .scopeTitle {
        margin-top: 5px;
    }

    .oid-wrapper .scopeDesc {
        font-weight: bold;
    }

/* END: Post auth views CSS */
@media (max-width: 767px) {
    .user-id-view-container,
    .content-footer {
        width: 375px;
        margin-top: 10px;
        box-shadow: none;
    }

    .main-content-container {
        margin-top: 10px;
        padding-top: 32px;
        padding-left: 20px;
        padding-bottom: 32px;
        padding-right: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-left: -2px;
        box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(255,255,255);
    }

    .post-auth-view > .main-content-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    body {
        background: none;
    }

    .main-content-header span {
        min-width: 100px;
    }

    .main-content-body {
        padding-top: 32px;
        padding-right: 0px;
        padding-bottom: 32px;
        padding-left: 0px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 2px solid #DFE7EA;
    }

        .main-content-body .field-input:not([type=radio]) {
            width: 100%;
        }

        .main-content-body .field-button {
            width: 100%;
            margin-top: 16px;
            margin-left: 0px;
        }

    .button-group input[type=submit] {
        width: 100% !important;
    }

    #ContentPlaceHolder1_table1 {
        width: 100% !important;
        margin-left: -2px;
    }

    .main-content-container.mfa-view {
        max-width: 100%;
    }

    div.field-group.registration-method-type {
        padding-left: 0px;
        background-image: none;
        height: auto;
        min-height: auto;
        margin-bottom: 24px;
    }

        div.field-group.registration-method-type.voiceMethods {
            min-height: auto;
        }

        div.field-group.registration-method-type.additionalMethods {
            margin-bottom: 0px;
        }

    .post-auth-view .qr-container .qrcode.row {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .post-auth-view .modalPopup .modal {
        min-width: 300px;
    }
}
