.sprite {
    position: absolute;
    width: 0;
    height: 0
}

.image-rendering-pixelated {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated
}

.bg-img-height {
    min-height: 50vh
}

.site-body--core-apps {
    min-height: 50vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center
}

.msa-success-desc {
    font-size: 18px;
    line-height: 25px
}

input::-ms-reveal,
input::-ms-clear {
    display: none
}

.tooltip:focus:after,
.tooltip:hover:after {
    content: attr(aria-label);
    background-color: #fff;
    color: #384444;
    padding: 4px 6px;
    margin-top: 2.5em;
    position: absolute;
    max-width: 200px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid;
    top: 8px
}

.outline-hide:focus {
    outline: none
}

.rounded-circle .svg-icon use {
    pointer-events: none
}

.imgMSALoginButton {
    height: 34px;
    width: 94px;
    margin-left: 4px
}

@media(forced-colors: active)and (prefers-color-scheme: light) {
    .imgMSALoginButton {
        filter: brightness(1) invert(1)
    }
}

/*# sourceMappingURL=285.css.map*/