/* _content/Mimeo.DoosanAuthenticationService/Views/Authentication/Error.cshtml.rz.scp.css */
main[b-4z7ncp0wpt] {
    background: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
    border: none;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 64px;
    padding: 30px;
    text-align: center;
    width: 50%;
    max-width: 900px;
}

a[b-4z7ncp0wpt] {
    color: #1879d6;
}
/* _content/Mimeo.DoosanAuthenticationService/Views/Authentication/Index.cshtml.rz.scp.css */
main[b-2kzxudnepv] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section[b-2kzxudnepv] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
    section h2[b-2kzxudnepv], section p[b-2kzxudnepv] {
        font-size: 18px;
        margin: 0;
    }
        section h2[b-2kzxudnepv] {
            margin: 4px 0;
        }
    section.separator[b-2kzxudnepv] {
        margin: 100px 0;
        font-style: italic;
        justify-content: center;
    }
        section.separator hr[b-2kzxudnepv] {
            border: 2px solid;
            box-sizing: border-box;
            color: #bfbfbf;
            position: absolute;
            width: 100%;
        }
        section.separator p[b-2kzxudnepv] {
            background-color: #fff;
            width: 75px;
            text-align: center;
            z-index: 1;
        }

button[b-2kzxudnepv] {
    background-color: rgb(80, 173, 71);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    margin: 12px 0;
    padding: 0 16px;
    transition: .1s ease-in-out;
}
    button:active[b-2kzxudnepv] {
        box-shadow: 0 0 1px 0 rgb(0 0 0 / 20%);
    }
