body.body-sso {
    margin: 0;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    background: #f6f7f7;
    color: #1d2327;
}

.body-sso .sign-in-outer {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 24px;
}

.body-sso .sign-in-inner {
    align-items: center;
    background-color: #eef0f2;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 48px);
    overflow: hidden;
    padding: 48px 24px;
    position: relative;
}

.body-sso .sign-in-background {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.body-sso .sign-in-inner .wrap {
    box-sizing: border-box;
    max-width: 560px;
    padding: 32px;
    background: #fff;
    border: 1px solid #dcdcde;
    position: relative;
    width: 100%;
    z-index: 1;
}

.body-sso .sign-in-inner .wrap h1 {
    font-family: inherit;
    font-size: 2em;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.67em;
    margin-top: 0;
    text-transform: none;
}

.body-sso .sign-in-inner .wrap label {
    display: block;
    font-weight: 600;
    margin: 16px 0 8px;
}

.body-sso .sign-in-inner .wrap input {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    padding: 10px 12px;
    width: 100%;
}

.body-sso .sign-in-inner .wrap input:focus {
    border-color: #1d2327;
    outline: 2px solid #2271b1;
    outline-offset: 1px;
}

.body-sso .sign-in-inner .wrap .button {
    background: #1d2327;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.body-sso .sign-in-inner .wrap .notice {
    background: #fcf0f1;
    border-left: 4px solid #d63638;
    margin: 16px 0;
    padding: 12px;
}

.body-sso .sign-in-inner .wrap .description {
    color: #50575e;
    font-family: inherit;
    font-size: 1em;
    line-height: normal;
    margin: 0 0 16px;
}

@media (max-width: 600px) {
    .body-sso .sign-in-outer {
        padding: 0;
    }

    .body-sso .sign-in-inner {
        min-height: 100vh;
        padding: 24px 16px;
    }

    .body-sso .sign-in-inner .wrap {
        padding: 24px;
    }
}
