/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

#wrapper {
    padding-top: 0 !important;
    height: 100%;
    position: relative;
    /*padding-bottom: 10rem !important;*/
}

#background {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: url("/assets/images/login-bg.jpg") 0% 0% / cover no-repeat;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

@media screen and (max-width: 768px) {
    body {
        background-color: black !important;
    }

    #background {
        opacity: 95%;
    }

    #wrapper {
        opacity: 100%;
    }
}

.footer-block {
    margin-top: auto;
}

.footer {
    display:inline-block;
    bottom: 0;
    padding: 1rem;
    backdrop-filter: blur(10px);
    border-top-right-radius: 1rem;
}

@media screen and (max-height: 800) {
    .footer {
        position: relative;
    }
}

ol, ul {
    margin: 0;
    list-style: none;
    padding-inline-start: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    font-size: 100%;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #002654;
    /* text-decoration: underline; */
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

html {
    font-size: 62.5%;
}

body {
    background: transparent;
    color: #5f5f5f;
    font-size-adjust: none;
    padding-top: 0 !important;
}

.no-nav-pages {
    margin-top: 6rem;
}

ul, ol {
    list-style-position: inside;
    list-style-type: none;
}

ul li {
    list-style-position: outside;
}

h2 {
    font-weight: 600;
    font-size: 28px;
    font-size: 2.8rem;
    color: #000000;
    line-height: 1.4em;
    /*    margin-bottom: 16px;*/
}

h3 {
    font-weight: 600;
    font-size: 1.385em;
    color: #000000;
    line-height: 1.4em;
    margin-bottom: 16px;
}

p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    color: #000;
}

#main-screen {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: auto;
}

.login-title {
    color: #002654;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 300;
}

/* forms ------------------- */
.validation-summary-errors ul li:last-child {
    margin-bottom: 0 !important;
}

.validation-summary-errors ul li:not(:last-child) {
    margin-bottom: 0.25rem !important;
}

.form-box h4 {
    color: #002654;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 4rem;
    font-weight: 300;
    width: 100% !important;
}

a.login {
    text-align: center;
    display: block;
    line-height: 3.2;
}

a.login:hover {
    text-decoration: none;
}

button.login, a.login {
    height: 5.5rem;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(329.33deg, #002654 0%, #008EC9 100%);
    font-size: 16px;
    font-weight: 600;
    clear: both;
    cursor: pointer;
}

button.login:disabled,
button.login[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #c8c8c8;
    cursor: not-allowed;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 768px) {
    /* Styles */
    .login-title {
        font-size: 30px;
        letter-spacing: 0;
        font-weight: 300;
    }

    .formBoxWide {
        padding: 30px 40px;
    }
}

/* Desktops and laptops ----------- */
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

/*Rotating Background*/
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10000;
}

/*.cb-slideshow:after {
content: '';
background: transparent url(../images/cities/pattern.png) repeat top left;
}*/
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 54s linear infinite 0s;
    -moz-animation: imageAnimation 54s linear infinite 0s;
    -o-animation: imageAnimation 54s linear infinite 0s;
    -ms-animation: imageAnimation 54s linear infinite 0s;
    animation: imageAnimation 54s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 54s linear infinite 0s;
    -moz-animation: titleAnimation 54s linear infinite 0s;
    -o-animation: titleAnimation 54s linear infinite 0s;
    -ms-animation: titleAnimation 54s linear infinite 0s;
    animation: titleAnimation 54s linear infinite 0s;
}

.cb-slideshow li div h3 {
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    line-height: 100px;
}

.cb-slideshow li:nth-child(2) span {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.cb-slideshow li:nth-child(3) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}

.cb-slideshow li:nth-child(5) span {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(6) span {
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 63s;
    -moz-animation-delay: 63s;
    -o-animation-delay: 63s;
    -ms-animation-delay: 63s;
    animation-delay: 63s;
}

.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}

.cb-slideshow li:nth-child(10) div {
    -webkit-animation-delay: 81s;
    -moz-animation-delay: 81s;
    -o-animation-delay: 81s;
    -ms-animation-delay: 81s;
    animation-delay: 81s;
}

.cb-slideshow li:nth-child(11) div {
    -webkit-animation-delay: 90s;
    -moz-animation-delay: 90s;
    -o-animation-delay: 90s;
    -ms-animation-delay: 90s;
    animation-delay: 90s;
}

/* Animation for the slideshow images */
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Animation for the title */
@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    19% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    19% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 14px;
        line-height: 50px;
    }
}

@media screen and (max-width: 600px) {
    .cb-slideshow li div {
        bottom: 30px;
        width: 200px;
    }

    .cb-slideshow li div h3 {
        font-size: 16px;
        line-height: 40px;
    }
}

.form-group {
    padding-top: 1rem;
}

.btn-next {
    padding: 0;
    background: none !important;
    border: none !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    font-size: 34px !important;
    margin: 0;
    color: #002654;
}

.btn-next svg {
    enable-background: new 0 0 438.533 438.533;
    fill: #002654;
    width: 3.5rem !important;
    height: 3.5rem !important;
}

.security-key-link {
    font-size: 1.2rem;
}

form a[role=button] {
    font-size: 16px;
}

#signin-back, #secure-signin-back {
    color: #002654;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

#signin-back:hover {
    color: #004499;
}

button[disabled], button:disabled {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.pretty * {
    box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.pretty .state label:before,
.pretty .state label:after {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc(0% - (100% - 1em) - 8%);
    background-color: transparent;
}

.pretty .state label:before {
    border-color: #bdc3c7;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important;
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important;
}

.pretty.p-default.p-thick .state label:before,
.pretty.p-default.p-thick .state label:after {
    border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 1rem 0 1rem 0;
    font-size: x-large;
}

.or span {
    text-shadow: 2px 2px rgba(100, 100, 100, 0.75);
}

@media screen and (max-width: 575px) {
    .or:after,
    .or:before {
        max-width: 6em;
        min-width: 4em;
        width: 21vw !important;
    }

    .or {
        font-size: 5vw !important;
    }
}

.or:after,
.or:before {
    content: "";
    display: block;
    background: white;
    width: 6em;
    height: 2px;
    margin: 0 10px;
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
    -mos-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
}

.alpha {
    background: rgba(0, 0, 0, 0.05);
}

.select-account-page .form-box {
    padding: 3rem;
}

/*== added new style property to existing class==*/
button.login, input.login, a.login {
    border-radius: 6px;
    margin-top: 0.5rem;
}

.dropdown-menu {
    padding: 0 0.25rem;
}

.dropdown-toggle {
    font-size: 16px;
}

.bootstrap-select .dropdown-menu li.active small {
    color: #999999 !important;
}

.bs-searchbox {
    padding-left: 0;
    padding-right: 0;
    height: 3.5rem !important;
    margin: 0.25rem;
}

.bs-searchbox .form-control {
    overflow: auto;
    font-size: 1.2rem;
    max-height: 3rem;
}

.bootstrap-select > .dropdown-toggle {
    height: 3.5rem;
}

.dropdown-menu .inner {
    margin-top: 0.25rem;
    overflow: hidden;
    padding: 0.25rem;
}

.dropdown-item.active.selected .sub-text {
    background-color: #002654;
}

.bootstrap-select .sub-text {
    font-size: 70%;
    padding: 0.2em;
    margin: -0.25rem 0.5rem 0.25rem 0;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 10px -6px black;
    background-color: beige;
    border-radius: 0.25rem;
    /*    font-family: courier new !important;*/
}

.dropdown-item {
    padding: 0.25rem 0.5rem;
}

.dropdown-menu .text {
    padding: 0.25rem 0;
    color: #5A7390;
}

.bootstrap-select .no-results {
    color: #6c757d !important;
    font-size: 1.3rem !important;
    overflow: hidden;
}

.dropdown-item.active {
    background-color: #f7f7f7;
}

.bootstrap-select .dropdown-menu li {
    overflow: hidden;
    font-size: 1.3rem;
    margin: 0.25rem;
}

.external-providers li button {
    font-size: 14px;
    color: black !important;
    width: 100%;
    text-transform: none !important;
    font-weight: 600;
    font-family: 'Avenir', Segoe UI Regular, Roboto Medium !important;
    background-color: white;
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
    -mos-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.25rem;
}

.external-providers li button .btn-company {
    text-transform: uppercase;
    font-weight: bold;
}

button.apple img {
    transform: scale(2);
}

.external-providers .google {
    font-family: 'Avenir', Roboto !important;
    font-weight: 600 !important;
}

.external-providers a img {
    height: 22px;
}

.external-providers a:hover {
    text-decoration: none;
}

.external-providers {
    width: 100%;
    max-width: 450px;
}

.tooltip-inner p {
    color: white;
}

#login-error,
#secure-error,
#secure-database-offline,
#no-webauthn,
#mobile-login,
#ios-app,
#andriod-app {
    display: none;
}

#mobile-login p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

#mobile-login .app-badge a {
    display: block;
    text-align: center;
}

#mobile-login .app-badge img {
    width: 200px;
    margin-bottom: 20px;
}

#mobile-login .or-txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

#mobile-login .login-btn {
    color: white;
    margin: 0 auto;
    width: 250px;
}

.login-error-title {
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.7);
}

.browser-list {
    text-align: center;
    margin: 30px 0 15px;
    padding: 0;
}

.browser-list li {
    list-style: none;
    display: inline-block;
    width: 28%;
}

.browser-list li p,
.browser-list li:first-child {
    margin: 0;
}

#countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

#countdown li span {
    display: block;
    font-size: 4.5rem;
}

@media all and (max-width: 768px) {
    #countdown li {
        font-size: 1.125rem;
        padding: 0.75rem;
    }

    #countdown li span {
        font-size: 3.375rem;
    }
}

#tabs .nav-tabs .nav-link {
    background-color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: white !important;
}

.tab-content {
    background-color: white;
}

#tabs h6.section-title {
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000264;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid !important;
    font-size: 14px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000264;
    font-size: 14px;
}

button#email-resend, button#sms-resend {
    font-size: 2rem;
}

#caps-lock {
    display: none;
}

/* Alert component */

.alert {
    padding-left: 20px;
    padding-right: 20px;
}

.alert-error {
    font-size: 1.2rem;
    font-weight: 300;
    background-color: #f7d7da;
    border-color: #f5c6cc;
    color: #dc3546;
}

.footer-ip {
    display: block !important;
    color: #f5f6fa !important;
}

.text-end {
    text-align: right;
}

.text-start {
    text-align: left;
}

.pin-col {
    width: 33%;
    margin: 0rem 2rem;
}

.pin-col input {
    padding: 2rem;
    text-align: center;
    font-size: 1.6rem
}

h4.content-group {
    font-size: 1.8em;
}

.link-kb {
    font-size: 1.6em;
}

.pin-row {
    display: flex;
    flex-direction: row;
}