/* /Areas/Identity/Pages/Account/CustomerLogin.cshtml.rz.scp.css */
.customer-login-page[b-0e5mei2zdt] {
    width: min(100%, 42rem);
    margin: clamp(2rem, 8vh, 6rem) auto;
}

.customer-login-intro[b-0e5mei2zdt] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.customer-login-intro .app-page-title[b-0e5mei2zdt] {
    margin: .45rem 0 .5rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    letter-spacing: -.025em;
}

.customer-login-intro .app-page-subtitle[b-0e5mei2zdt] {
    margin-inline: auto;
    max-width: 32rem;
    font-size: 1rem;
}

.customer-login-kicker[b-0e5mei2zdt] {
    color: var(--app-primary, #155a75);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.customer-login-card[b-0e5mei2zdt] {
    padding: clamp(1.35rem, 4vw, 2.25rem);
    border: 1px solid color-mix(in srgb, var(--app-primary, #155a75) 18%, transparent);
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(15, 41, 56, .1);
}

.customer-login-card-header[b-0e5mei2zdt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.customer-login-card-header .app-card-title[b-0e5mei2zdt] {
    margin-bottom: .35rem;
    font-size: 1.25rem;
}

.customer-login-mark[b-0e5mei2zdt] {
    display: block;
    width: clamp(4.5rem, 9vw, 5.8125rem);
    height: auto;
    max-width: 100%;
    border-radius: .9rem;
    box-shadow: 0 .45rem 1rem rgba(18, 62, 85, .2);
    object-fit: contain;
}

.customer-login-form[b-0e5mei2zdt] {
    max-width: 28rem;
    margin-inline: auto;
}

.customer-login-providers[b-0e5mei2zdt] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.customer-login-provider[b-0e5mei2zdt] {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    border: 1px solid #c9d3da;
    border-radius: .7rem;
    background: #fff;
    color: #162b37;
    font-size: .95rem;
    font-weight: 700;
    box-shadow: 0 .18rem .55rem rgba(15, 41, 56, .07);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.customer-login-provider:hover[b-0e5mei2zdt] {
    border-color: #7995a5;
    background: #fff;
    color: #102b3a;
    box-shadow: 0 .45rem 1rem rgba(15, 41, 56, .12);
    transform: translateY(-1px);
}

.customer-login-provider:focus-visible[b-0e5mei2zdt] {
    outline: .2rem solid rgba(37, 123, 161, .3);
    outline-offset: .15rem;
}

.customer-login-provider--microsoft[b-0e5mei2zdt] {
    border-color: #426b7d;
}

.customer-login-provider-logo[b-0e5mei2zdt] {
    flex: 0 0 1.35rem;
    width: 1.35rem;
    height: 1.35rem;
}

.customer-login-security-note[b-0e5mei2zdt] {
    margin: 1rem 0 0;
    color: #607582;
    font-size: .78rem;
    text-align: center;
}

.app-customer-login-divider[b-0e5mei2zdt] {
    display: flex;
    align-items: center;
    gap: .75rem;
    max-width: 28rem;
    margin: 1.35rem auto 1.1rem;
    color: #607582;
    font-size: .78rem;
    text-transform: lowercase;
}

.app-customer-login-divider[b-0e5mei2zdt]::before,
.app-customer-login-divider[b-0e5mei2zdt]::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: #d9e1e6;
}

.app-customer-login-local[b-0e5mei2zdt] {
    max-width: 28rem;
    margin-inline: auto;
}

.app-customer-login-local-title[b-0e5mei2zdt] {
    margin: 0 0 .9rem;
    color: #243b49;
    font-size: .95rem;
    font-weight: 700;
    text-align: center;
}

.app-customer-login-local-form[b-0e5mei2zdt] {
    display: grid;
    gap: .85rem;
}

.app-customer-login-remember[b-0e5mei2zdt] {
    justify-self: start;
    margin: 0;
}

.app-customer-login-local-submit[b-0e5mei2zdt] {
    width: 100%;
    min-height: 2.75rem;
}

.customer-login-switch[b-0e5mei2zdt],
.customer-login-enterprise[b-0e5mei2zdt],
.customer-login-legal[b-0e5mei2zdt] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .35rem;
    margin-top: 1.2rem;
    color: #607582;
    font-size: .85rem;
    text-align: center;
}

.customer-login-switch a[b-0e5mei2zdt],
.customer-login-enterprise button[b-0e5mei2zdt],
.customer-login-legal a[b-0e5mei2zdt] {
    font-weight: 700;
}

.customer-login-enterprise[b-0e5mei2zdt] {
    margin-top: .65rem;
    padding-top: .9rem;
    border-top: 1px solid #d9e1e6;
}

.customer-login-enterprise form[b-0e5mei2zdt] {
    margin: 0;
}

.customer-login-enterprise .app-btn-link[b-0e5mei2zdt] {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--app-primary, #155a75);
}

.customer-login-legal[b-0e5mei2zdt] {
    gap: 1rem;
    margin-top: 1rem;
    font-size: .78rem;
}

@media (max-width: 640px) {
    .customer-login-page[b-0e5mei2zdt] {
        margin-block: 1.25rem;
    }

    .customer-login-card[b-0e5mei2zdt] {
        padding: 1.25rem;
    }
}
/* /Pages/Privacy.cshtml.rz.scp.css */
.legal-page[b-znzc3sme1e] {
    width: min(100%, 56rem);
    margin-inline: auto;
    padding-bottom: 3rem;
}

.legal-sections[b-znzc3sme1e] {
    gap: 1rem;
}

.legal-sections .app-card[b-znzc3sme1e] {
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.legal-sections .app-card-title[b-znzc3sme1e] {
    margin-bottom: .75rem;
    font-size: 1.15rem;
}

.legal-sections p[b-znzc3sme1e],
.legal-sections li[b-znzc3sme1e] {
    line-height: 1.65;
}

.legal-sections p:last-child[b-znzc3sme1e],
.legal-sections ul:last-child[b-znzc3sme1e] {
    margin-bottom: 0;
}

.legal-sections ul[b-znzc3sme1e] {
    padding-left: 1.35rem;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-h2rnbevdgs] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-h2rnbevdgs] {
  color: #0077cc;
}

.btn-primary[b-h2rnbevdgs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-h2rnbevdgs], .nav-pills .show > .nav-link[b-h2rnbevdgs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-h2rnbevdgs] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-h2rnbevdgs] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-h2rnbevdgs] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-h2rnbevdgs] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-h2rnbevdgs] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Terms.cshtml.rz.scp.css */
.legal-page[b-1pz71g5bu4] {
    width: min(100%, 56rem);
    margin-inline: auto;
    padding-bottom: 3rem;
}

.legal-sections[b-1pz71g5bu4] {
    gap: 1rem;
}

.legal-sections .app-card[b-1pz71g5bu4] {
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.legal-sections .app-card-title[b-1pz71g5bu4] {
    margin-bottom: .75rem;
    font-size: 1.15rem;
}

.legal-sections p[b-1pz71g5bu4],
.legal-sections li[b-1pz71g5bu4] {
    line-height: 1.65;
}

.legal-sections p:last-child[b-1pz71g5bu4],
.legal-sections ul:last-child[b-1pz71g5bu4] {
    margin-bottom: 0;
}

.legal-sections ul[b-1pz71g5bu4] {
    padding-left: 1.35rem;
}
