/* _content/SSO/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-ikffvrmz5b] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ikffvrmz5b] {
  color: #0077cc;
}

.btn-primary[b-ikffvrmz5b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ikffvrmz5b], .nav-pills .show > .nav-link[b-ikffvrmz5b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ikffvrmz5b] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ikffvrmz5b] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ikffvrmz5b] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ikffvrmz5b] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ikffvrmz5b] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/SSO/Pages/Shared/_LoginLayout.cshtml.rz.scp.css */
.login-page[b-vytzruuqbf] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 2rem;
    min-height: 100vh;
    row-gap: 0;
    background: 
        var(--url-background-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed, fixed;
}

.login-page > div[b-vytzruuqbf] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: white;
    margin-block: 1rem;
    width: 95vw;
    padding-block: 2rem;
    padding-inline: 0.5rem;
    border-radius: 0.625rem;
}

    .login-page div#login-header[b-vytzruuqbf] {
        display: flex;   
        justify-content: center;
    }

.login-logo[b-vytzruuqbf] {
    display: flex;
    justify-content: center;
}

    .login-logo > figure[b-vytzruuqbf] {
        max-width: 4rem;
        max-height: 4rem;
    }

        .login-logo > figure > img[b-vytzruuqbf] {
            width: 100%;
            height: 100%;
        }

@media (min-width: 340px) {
    .login-page > div[b-vytzruuqbf] {
        padding-inline: 1rem;
    }
}

@media (min-width: 640px) {
    .login-page[b-vytzruuqbf] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-inline: 0;
    }

        .login-page > div[b-vytzruuqbf] {
            grid-column: 2;
            margin-inline: auto;
            width: 30rem;
            height: fit-content;
            padding: 3rem;
            margin-inline: 2rem;
            min-height: fit-content;
            border-radius: 1.5rem;
            margin-top: 0;
            justify-content: center;
        }

        .login-logo > figure[b-vytzruuqbf] {
            max-width: 8rem;
            max-height: 8rem;
        }
}

@media (min-width: 1080px) {
    .login-page > div[b-vytzruuqbf] {
        margin-inline: auto;
    }
}
