html {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

html,
body {
    height: 100%;
    text-size-adjust: auto;
    /* background */
    background: #fff url('/_content/MRI.Agora.Identity.Web.Shared/img/blue-waves-background-large.png') center no-repeat fixed;
    /* To swap out background images, use method at the bottom of the accompaying HTML file */

    background-size: cover;
    /* sizing */
    height: 100%;
}

@media screen and (max-width: 767px) {
    body {
        height: 100%;
    }
}

main {
    /* display */
    display: flex;
    flex-direction: column;
    /* box model */
    border-radius: 8px;
    margin: auto;
    /* color */
    background-color: #fff;
    /* positioning */
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* style */
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 414px) {

    .logo-image,
    .product-logo-image {
        grid-column: 1/4;
    }
}

.required {
    color: #B33706;
}

input[type="text"],
input[type="password"] {
    margin: 8px 0;
    height: 2.75rem;
    border-radius: 4px;
}

    input[type="text"]:read-only {
        border-color: transparent;
        border-style: solid;
        color: #162029;
        background-color: #eff3f3
    }

.invalid-feedback {
    color: #E50000;
    margin-bottom: 1em;
}

.mri-mb-medium {
    margin-bottom: 16px;
}

footer {
    /* style */
    background-color: #fff;
    /* sizing */
    width: 100%;
    /* positioning */
    position: fixed;
    bottom: 0;
    /* text */
    text-align: center;
    /* box model */
    padding: 1em;
    color: #607184;
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.mri-spinner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    color: transparent
}

    .mri-spinner::-moz-progress-bar {
        background-color: transparent;
        -moz-appearance: none;
        appearance: none;
        display: none
    }

    .mri-spinner::-webkit-progress-bar {
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        display: none
    }

    .mri-spinner::-webkit-progress-value {
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        display: none
    }

.mri-spinner {
    display: block;
    border-style: solid;
    transform-origin: 50% 50%;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    transform: rotate(1turn);
}

.mri-spinner {
    width: .875rem;
    height: .875rem;
    border-radius: 1.75rem;
    border-width: 2px
}

.mri-spinner--large {
    width: 3rem;
    height: 3rem;
    border-radius: 6rem;
    border-width: 2px
}

.mri-spinner {
    border-color: #10689d;
    border-left-color: rgba(16, 104, 157, .25);
    border-right-color: rgba(16, 104, 157, .25);
    border-top-color: #10689d;
    border-bottom-color: rgba(16, 104, 157, .25)
}

.mri-spinner--dark {
    border-color: #9cd0e0;
    border-left-color: rgba(156, 208, 224, .25);
    border-right-color: rgba(156, 208, 224, .25);
    border-top-color: #9cd0e0;
    border-bottom-color: rgba(156, 208, 224, .25)
}

.mri-button__spinner,
.mri-button__status-icon {
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s 0s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.btn.mri-is-loading .mri-button__label {
    opacity: 0;
    pointer-events: none
}

.btn.mri-is-loading .mri-button__spinner {
    opacity: 1
}

.mri-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

.mri-select {
    display: block;
    width: 100%;
    font-family: inherit;
    transition: border .25s 0s cubic-bezier(0, 1, 1, 1), background-position .25s 0s cubic-bezier(0, 1, 1, 1);
    cursor: pointer
}

    .mri-select option {
        font-family: inherit;
        line-height: inherit;
        transition: all .25s 0s cubic-bezier(0, 1, 1, 1);
        cursor: pointer
    }

        .mri-select option:checked {
            font-family: inherit
        }

    .mri-select:not([multiple]),
    .mri-select:not([size]),
    .mri-select[size="0"],
    .mri-select[size="1"] {
        background-repeat: no-repeat
    }

    .mri-select:focus {
        outline: 0;
        border-color: #10689d
    }

    .mri-select::-ms-select {
        display: none
    }

.mri-select {
    border-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: calc(8px + 1em);
    margin: 8px 0;
}

    .mri-select:not([multiple]),
    .mri-select:not([size]),
    .mri-select[size="0"],
    .mri-select[size="1"] {
        background-position: right 8px center;
        background-size: 1em
    }

.mri-select {
    border-color: #8ca0ac;
    border-style: solid;
    border-radius: 4px;
    color: #162029;
    background-color: #fff;
    font-weight: inherit
}

    .mri-select:not([multiple]),
    .mri-select:not([size]),
    .mri-select[size="0"],
    .mri-select[size="1"] {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M43.8%2C13c-0.4-0.6-1-1-1.8-1H6c-0.7%2C0-1.4%2C0.4-1.8%2C1s-0.3%2C1.4%2C0.1%2C2l18%2C28c0.4%2C0.6%2C1%2C0.9%2C1.7%2C0.9s1.3-0.3%2C1.7-0.9l18-28%20C44.1%2C14.5%2C44.1%2C13.7%2C43.8%2C13z%22%20style%3D%22fill%3A%20%23162029%3B%22%2F%3E%3C%2Fsvg%3E)
    }

        .mri-select:not([multiple]).mri-is-disabled,
        .mri-select:not([multiple]):disabled,
        .mri-select:not([size]).mri-is-disabled,
        .mri-select:not([size]):disabled,
        .mri-select[size="0"].mri-is-disabled,
        .mri-select[size="0"]:disabled,
        .mri-select[size="1"].mri-is-disabled,
        .mri-select[size="1"]:disabled {
            cursor: default;
            background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M43.8%2C13c-0.4-0.6-1-1-1.8-1H6c-0.7%2C0-1.4%2C0.4-1.8%2C1s-0.3%2C1.4%2C0.1%2C2l18%2C28c0.4%2C0.6%2C1%2C0.9%2C1.7%2C0.9s1.3-0.3%2C1.7-0.9l18-28%20C44.1%2C14.5%2C44.1%2C13.7%2C43.8%2C13z%22%20style%3D%22fill%3A%20%23162029%3B%22%2F%3E%3C%2Fsvg%3E)
        }

    .mri-select:hover {
        border-color: #8ca0ac;
        color: #162029;
        background-color: #fff
    }

    .mri-select:focus {
        border-color: #8ca0ac;
        border-style: solid;
        color: #162029;
        background-color: #fff;
        box-shadow: 0 0 0 2px #3a9dd2
    }

    .mri-select.mri-is-disabled,
    .mri-select:disabled {
        border-color: transparent;
        color: #162029;
        background-color: #dfe7e8;
        opacity: .5
    }

    .mri-select > option {
        color: #162029
    }


.mri-link {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 1px;
    margin-left: -1px;
    padding-right: 1px;
    margin-right: -1px;
    cursor: pointer;
    transition: color .25s 0s cubic-bezier(0, 1, 1, 1)
}

    .mri-link:link:hover,
    .mri-link:visited:hover {
        text-decoration: none
    }

.mri-link {
    color: #10689d
}

    .mri-link:link {
        color: #10689d
    }

    .mri-link:visited {
        color: #10689d
    }

    .mri-link:hover {
        color: #08344f
    }

    .mri-link:active {
        color: #03151f
    }

    .mri-link:focus {
        outline: 0;
        box-shadow: 0 0 0 1px #3a9dd2
    }

.page-container {
    padding: 50px;
    width: 415px;
}
