﻿


.themeBright .shapes {
    background-color: var(--bright-navy-03);
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.themeBright .top-left {
    left: 0;
    top: 0
}

.themeBright .shape {
    position: absolute
}

.themeBright .bottom-right {
    bottom: 0;
    right: 0
}

.themeBright .shapes-content {
    align-items: center;
    color: var(--bright-white);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1rem;
    text-align: center
}

.themeBright .app-logo {
    max-width: 511px
}

.themeBright .page-wrap {
    margin: 0 auto;
    max-width: 690px;
    text-align: center;
    display: flex;
    color: var(--bright-white) !important;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
    font-size: 16px
}

    .themeBright .page-wrap .app-logo {
        padding: 0 0 30px !important;
        display: block;
        margin: 0 auto
    }

        .themeBright .page-wrap .app-logo img {
            height: 72px
        }

@media (max-width: 768px) {
    .themeBright .page-wrap .app-logo img {
        height: 24px
    }
}

.themeBright .page-wrap h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--bright-white) !important
}

.themeBright .page-wrap a.text-white {
    color: var(--bright-white) !important;
    text-decoration: underline !important
}

    .themeBright .page-wrap a.text-white:hover {
        color: var(--bright-cool-gray-04) !important;
        text-decoration: none
    }

.themeBright
.page-wrap
.buttons {
    display: flex !important;
    flex-direction: column;
    align-items: center
}

.themeBright .page-wrap .btn-xl {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    min-width: 260px;
    padding: .9375rem 1.6875rem !important;
    height: 55px !important
}

.themeBright .page-wrap .logout-button {
    color: var(--bright-cool-gray-01) !important;
    line-height: 1.5rem !important;
    height: 40px !important;
    cursor: pointer;
    font-weight: 600;
    min-width: 260px;
}

    .themeBright .page-wrap .logout-button .btn.btn:focus {
        box-shadow: none;
        outline: 1px solid var(--bright-blue-03);
        outline-offset: 4px
    }

.themeBright .page-wrap .btn-check:checked + .btn, .themeBright .page-wrap :not(.btn-check) + .btn:active, .themeBright .page-wrap .btn:first-child:active, .themeBright .page-wrap .btn.active, .themeBright .page-wrap .btn.show {
    border: 1px solid var(--bright-blue-03) !important
}


.la-ball-scale-multiple, .la-ball-scale-multiple > div {
    position: relative;
    box-sizing: border-box
}

.la-ball-scale-multiple {
    font-size: 0;
    color: var(--bright-white);
    width: 32px;
    height: 32px;
    display: none !important
}



    .la-ball-scale-multiple > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        opacity: 0;
    }

        .la-ball-scale-multiple > div:nth-child(2) {
            animation-delay: .2s
        }

        .la-ball-scale-multiple > div:nth-child(3) {
            animation-delay: .4s
        }

    .la-ball-scale-multiple.la-sm {
        width: 16px;
        height: 16px
    }

        .la-ball-scale-multiple.la-sm > div {
            width: 16px;
            height: 16px
        }

    .la-ball-scale-multiple.la-2x {
        width: 64px;
        height: 64px
    }

        .la-ball-scale-multiple.la-2x > div {
            width: 64px;
            height: 64px
        }

    .la-ball-scale-multiple.la-3x {
        width: 96px;
        height: 96px
    }

        .la-ball-scale-multiple.la-3x > div {
            width: 96px;
            height: 96px
        }



.ngx-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .ngx-spinner-overlay > div:not(.loading-text) {
        top: 50%;
        left: 50%;
        margin: 0;
        position: absolute;
        transform: translate(-50%,-50%)
    }

.loading-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%)
}




.buttons {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 260px;
    margin: 0 auto;
}

input#btnError {
    color: var(--bright-white) !important;
    line-height: 1.5rem !important;
    height: 40px !important;
    cursor: pointer;
    font-weight: 600;
    min-width: 260px !important;
    width: 260px !important;
    border: none;
    padding: 0px !important;
    margin: 0;
}

    input#btnError:hover {
        background: none !important;
    }


.themeBrightEx .header {
    height: auto;
}

header .fixed-top,
.themeBrightEx .header {
    background-color: transparent !important;
    background: none !important;
}

.main-header .header {
    display: none;
}
