/*!
 * identity-authn-core-ui
 * Copyright (c) 2024 - Present Intuit Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. This material contains certain confidential and proprietary information and trade secrets of Intuit Inc.
 */
.ius-reset body {
    margin: 0
}

.ius-hosted-ui .ius {
    padding: 20px;
    background-color: #fff;
    border: unset;
    font-size: 14px;
    max-width: 380px;
    box-sizing: border-box;
    margin: auto;
    overflow: visible;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
}

@media (min-width:380px) {
    .ius-hosted-ui .ius {
        width: 380px
    }
}

/*# sourceMappingURL=86766.ec310e48c4ab3fdcb414bc489315.css.map*/