/* _content/Idsvr.Web/Pages/Account/EmailConfirmationLanding/Index.cshtml.rz.scp.css */


.btn-group span[b-zv5pse4cnp] {
    display: inline-block;
    width: 46px;
    height: 100%;
}

.btn-primary[b-zv5pse4cnp] {
    background-color: var(--medium-green);
    border-color: var(--medium-green);
}

.btn[b-zv5pse4cnp] {
    border-color: var(--medium-green);
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-primary[b-zv5pse4cnp] {
    width: calc(100% - 46px);
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-group[b-zv5pse4cnp] {
    width: 100%;
}

.btn-group img.lock[b-zv5pse4cnp] {
    line-height: 44px;
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
}

.loginLock[b-zv5pse4cnp] {
    background-color: var(--medium-dark-green);
}

    .loginLock img[b-zv5pse4cnp] {
        margin: 14px;
    }

/*.col-sm-push-6 {
    left: 10%;
}

.col-sm-6 {
    width: 90%;
}*/
/* _content/Idsvr.Web/Pages/Account/Login/Index.cshtml.rz.scp.css */
/*@import "../../../wwwroot/css/real-site.css";*/ /*import not supported in scoped css files like this */


#loginButton[b-w25kcz6n1f] {
    background-color: var(--medium-green);
    border-color: var(--medium-green);
    color: var(--background-color-white);
}

.input-group-addon[b-w25kcz6n1f] {
    background-color: var(--background-color-white);
}

.login-container[b-w25kcz6n1f] {
    background-color: #F9FAFB;
}

.login-container-centered[b-w25kcz6n1f] {
    display: flex;
    align-items: center;
}

.btn-group span[b-w25kcz6n1f] {
    display: inline-block;
    width: 46px;
    height: 100%;
}

.btn-primary[b-w25kcz6n1f] {
    background-color: #008AB0;
    border-color: #008AB0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

    .btn-primary:hover[b-w25kcz6n1f], .btn-primary:focus[b-w25kcz6n1f], .btn-primary:active[b-w25kcz6n1f], .btn-primary.active[b-w25kcz6n1f], .open > .dropdown-toggle.btn-primary[b-w25kcz6n1f] {
        color: #FFF;
        background-color: #023E5C;
        border-color: #023E5C;
    }

.btn[b-w25kcz6n1f] {
    border-radius: 0;
    padding: 13px 40px;
}

    .btn.btn-primary[b-w25kcz6n1f] {
        width: calc(100% - 46px);
        line-height: 44px;
        padding-top: 0;
        padding-bottom: 0;
    }


.btn-group[b-w25kcz6n1f] {
    width: 100%;
}

    .btn-group img.lock[b-w25kcz6n1f] {
        line-height: 44px;
        text-align: center;
        margin-left: 14px;
        margin-right: 14px;
    }

.loginLock[b-w25kcz6n1f] {
    background-color: var(--medium-dark-green);
}

    .loginLock img[b-w25kcz6n1f] {
        margin: 14px;
    }

.rememberMeInput[b-w25kcz6n1f] {
    margin-top: 15px;
}

    .rememberMeInput label[b-w25kcz6n1f] {
        font-weight: 400;
    }

input[type=checkbox][b-w25kcz6n1f] {
    display: none;
}

label.rememberMeCheckboxLabel[b-w25kcz6n1f],
label.rememberMeTextLabel[b-w25kcz6n1f] {
    margin-bottom: 0px;
}

label.rememberMeTextLabel[b-w25kcz6n1f] {
    /* This moves the "Remember me" text to be vertically centered relative to the adjoining checkbox */
    vertical-align: top;
}

    label.rememberMeTextLabel .rememberMeText[b-w25kcz6n1f] {
        font-weight: 400;
    }

input[type=checkbox] + label[b-w25kcz6n1f],
input[type=checkbox]:checked + label[b-w25kcz6n1f] {
    background: var(--background-color-white);
    border: 1px solid var(--border-box-grey);
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
}

input[type=checkbox] + label .glyphicon-ok[b-w25kcz6n1f] {
    display: none;
}

input[type=checkbox]:checked + label .glyphicon-ok[b-w25kcz6n1f] {
    display: table-cell;
}

.glyphicon-ok[b-w25kcz6n1f] {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 1px;
    vertical-align: middle;
}

.login-links-group .divider[b-w25kcz6n1f] {
    border-top: 1px solid var(--dividor-grey);
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.login-links-group a i[b-w25kcz6n1f] {
    color: var(--medium-dark-grey);
    display: inline-block;
    margin-right: 5px;
}

.iconned-input[b-w25kcz6n1f] {
    border-left: none;
}

    .iconned-input input[b-w25kcz6n1f] {
        border-left: none;
    }

.welcome-page li[b-w25kcz6n1f] {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe[b-w25kcz6n1f] {
    display: none;
    width: 0;
    height: 0;
}

.olLogo[b-w25kcz6n1f] {
    display: inline;
    width: 250px;
    height: 50px;
}

.oneLegalAnchorHover:hover[b-w25kcz6n1f] {
    color: #008AB0 !important;
}

.text-gray-1[b-w25kcz6n1f] {
    color: #363636;
}

.h-100[b-w25kcz6n1f] {
    height: 100% !important;
}

.mt-auto[b-w25kcz6n1f] {
    margin-top: auto;
}

.mb-auto[b-w25kcz6n1f] {
    margin-bottom: auto;
}

.ms-auto[b-w25kcz6n1f] {
    margin-left:auto;
}

.me-auto[b-w25kcz6n1f] {
    margin-right: auto;
}

.mt-auto[b-w25kcz6n1f] {
    margin-top: auto;
}

.mb-auto[b-w25kcz6n1f] {
    margin-bottom: auto;
}

.mb-0[b-w25kcz6n1f] {
    margin-bottom: 0px !important;
}

.mb-3[b-w25kcz6n1f],
.my-3[b-w25kcz6n1f] {
    margin-bottom: 1rem !important;
}

.mt-2[b-w25kcz6n1f],
.my-2[b-w25kcz6n1f] {
    margin-top: 0.5rem !important;
}

.mt-3[b-w25kcz6n1f],
.my-3[b-w25kcz6n1f] {
    margin-top: 1rem !important;
}

.mt-4[b-w25kcz6n1f],
.my-4[b-w25kcz6n1f] {
    margin-top: 1.5rem !important;
}

.mt-5[b-w25kcz6n1f],
.my-5[b-w25kcz6n1f] {
    margin-top: 24px !important;
}

.mt-6[b-w25kcz6n1f],
.my-6[b-w25kcz6n1f] {
    margin-top: 30px !important;
}

.mt-7[b-w25kcz6n1f],
.my-7[b-w25kcz6n1f] {
    margin-top: 40px !important;
}
.mb-5[b-w25kcz6n1f],
.my-5[b-w25kcz6n1f] {
    margin-bottom: 3rem !important;
}

.text-primary[b-w25kcz6n1f] {
    color: #007bff !important;
}

a.text-primary:hover[b-w25kcz6n1f], a.text-primary:focus[b-w25kcz6n1f] {
    color: #0056b3 !important;
}

.text-secondary[b-w25kcz6n1f] {
    color: #6c757d !important;
}

a.text-secondary:hover[b-w25kcz6n1f], a.text-secondary:focus[b-w25kcz6n1f] {
    color: #494f54 !important;
}

.fs-6[b-w25kcz6n1f] {
    font-size: 1rem !important;
}

.fs-5[b-w25kcz6n1f] {
    font-size: 1.25rem !important;
}

.text-decoration-none[b-w25kcz6n1f] {
    text-decoration: none !important;
}

.w-75[b-w25kcz6n1f] {
    width: 75% !important;
}

.w-100[b-w25kcz6n1f] {
    width: 100% !important;
}

.rounded[b-w25kcz6n1f] {
    border-radius: 0.25rem !important;
}

.shadow[b-w25kcz6n1f] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.border[b-w25kcz6n1f] {
    border: 1px solid #dee2e6 !important;
}

.border-2[b-w25kcz6n1f] {
    border-width: 2px;
}

.text-start[b-w25kcz6n1f] {
    text-align: left;
}

.font-weight-bold[b-w25kcz6n1f] {
    font-weight: bold;
}

.formTextBox[b-w25kcz6n1f] {
    width: 100%;
    height: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.welcomeLogin[b-w25kcz6n1f] {
    font-family: "IBM Plex Sans";
    font-size: 44px !important;
    font-weight: bold;
    color: #111827;
}

.tagLineText[b-w25kcz6n1f] {
    font-size: 16px !important;
    color: #4B5563;
    font-weight: 600;
}

.marketingHeaderText[b-w25kcz6n1f] {
    font-family: "IBM Plex Sans";
    font-size: 56px !important;
    font-weight: bold;
    color: #111827;
}

.copyParagraphText[b-w25kcz6n1f] {
    font-size: 18px !important;
    font-weight: 400;
    color: #4B5563;
}

.marketing-button-row[b-w25kcz6n1f] {
    height: 40px;
    display: flex;
    align-items: center;
}

.marketingImage[b-w25kcz6n1f] {
    width: 100%;
    height: auto;
}

.disabled-link[b-w25kcz6n1f] {
    pointer-events: none; /* Disables mouse clicks */
    cursor: default; /* Changes the cursor from a hand to default pointer */
    color: gray; /* Optional: styles the link to look disabled */
    text-decoration: none; /* Optional: removes the underline */
}


.loginLinksText[b-w25kcz6n1f] {
    font-size: 16px !important;
}

.loginText[b-w25kcz6n1f] {
    font-size: 22px !important;
    margin-bottom: 35px;
}

.subtext[b-w25kcz6n1f] {
    font-size: 18px !important;
    color: #4B5563
}

.btn-login[b-w25kcz6n1f] {
    background-color: #1E6F97;
    color: #FFFFFF;
    font-size: 16px;
}

.forgotPassLink[b-w25kcz6n1f] {
    text-decoration: underline;
    color: #1E6F97;
    font-size: 16px;
}

.noAccountText[b-w25kcz6n1f] {
    font-size: 16px;
    color: #4A5568;
}

.signUpLink[b-w25kcz6n1f] {
    font-size: 16px;
    text-decoration: underline;
    color: #1E6F97;
}

.divLoginContainer[b-w25kcz6n1f] {
    height: auto;
    bottom: 60px;
    position: inherit;
}

.w-90[b-w25kcz6n1f] {
    width: 90% !important;
}

.bg-loginImage[b-w25kcz6n1f] {
    background-image: url('images/shapes.png');
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 150px;
}

.first-col[b-w25kcz6n1f] {
    padding-top: 60px;
    padding-bottom: 50px;
}

.login-col[b-w25kcz6n1f] {
    padding-top: 60px;
    padding-bottom: 50px;
}

.ml-auto[b-w25kcz6n1f] {
    margin-left: auto;
}

.sso-position[b-w25kcz6n1f] {
   bottom: -20px;
   padding-left: 0;
   padding-right: 0;
}

.list-inline > li[b-w25kcz6n1f] {
    padding-right: 0;
}

.row[b-w25kcz6n1f] {
    margin-bottom: 1rem;
}

.marketingButtonPrimary[b-w25kcz6n1f] {
    background-color: #1E6F97;
    color: white;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #007bff; /* Adds a border */
}

.marketingButtonSecondary[b-w25kcz6n1f] {
    border-color: #1E6F97;
    border-width: 1px;
    color: #4B5563;
    font-size: 16px;
    border-radius: 3px;
    border-style: solid;
}

    .marketingButtonSecondary:hover[b-w25kcz6n1f]{
        color: white;
    }

.button-link[b-w25kcz6n1f] {
    display: inline-block; /* Allows setting height, width, and vertical margins */
    padding: 10px 20px; /* Adds space inside the "button" */
    text-decoration: none; /* Removes default underline */
    text-align: center; /* Centers the text */
    cursor: pointer; /* Changes cursor to a hand icon */
}

    /* Add hover effect for better user experience */
    .button-link:hover[b-w25kcz6n1f] {
        background-color: #0056b3;
        border-color: #0056b3;
    }
/* _content/Idsvr.Web/Pages/Account/PasswordReset/Index.cshtml.rz.scp.css */

.welcome-page[b-wc8qjbq1mh] {
}

.logo[b-wc8qjbq1mh] {
    width: 64px;
}

.icon-banner[b-wc8qjbq1mh] {
    width: 32px;
}

.body-container[b-wc8qjbq1mh] {
}


.row[b-wc8qjbq1mh] {
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom-medium[b-wc8qjbq1mh] {
    margin-bottom: 10px
}

.margin-top-medium[b-wc8qjbq1mh] {
    margin-top: 10px
}

.infoText[b-wc8qjbq1mh] {
    font-size: 16px;
}
/* _content/Idsvr.Web/Pages/Account/PasswordReset/ResetPassword.cshtml.rz.scp.css */
body[b-ftbgut2qm9] {
    background-color: var(--background-color-white);
    color: #363636;
    font-family: "Roboto",Arial,"Segoe UI",Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal
}

h1[b-ftbgut2qm9] {
    font-family: inherit;
}

.form-control[b-ftbgut2qm9] {
    width: 75%;
}

ul li[b-ftbgut2qm9] {
    list-style-type: disc;
    text-align:left;
}
/* _content/Idsvr.Web/Pages/Account/PasswordReset/_OLHeader.cshtml.rz.scp.css */
#registrationHeader[b-bblyruactu] {
    height: 60px;
    background-color: #f0f0f0;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.registrationContainerHeader[b-bblyruactu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

#registrationHeader .logoWidth[b-bblyruactu] {
    width: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.registrationHeaderLoginWrapper[b-bblyruactu] {
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
/* _content/Idsvr.Web/Pages/Diagnostics/Index.cshtml.rz.scp.css */
.diagnostics-page-local[b-8oncncdr84] {
    margin: 20px;
}
