body.split-page #pageContent {
    display: block;
}

body.split-page .mark {
    display: none !important;
}

body.split-page .loadingStatus {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #86868b;
    z-index: 9999;
}

body.split-page .pageTitle .tablist .row {
    cursor: default;
}

body.verify-page {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.verify-page #pageContent,
body.verify-page .page {
    min-height: 100vh !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.verify-page .page {
    display: flex;
    flex-direction: column;
}

body.verify-page .topBar,
body.verify-page .pageTitle {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.verify-page #targetDoubleAuthentication {
    box-sizing: border-box;
    flex: 1 0 auto;
    min-height: 0;
    padding: clamp(78px, 11vh, 118px) 20px 48px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.verify-page .pageFooter {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

body.verify-page .pageFooter .wrap {
    padding-bottom: 36px !important;
}

body.split-page .signin-content__footer__error {
    display: none;
}

body.split-page .signin-content__footer.is-error .signin-content__footer__items {
    display: none;
}

body.split-page .signin-content__footer.is-error .signin-content__footer__error {
    display: block;
}

body.login-page .signin-v2__buttons-wrapper {
    width: 100%;
    max-width: 460px;
    margin: 32px auto 0;
    justify-content: center;
}

body.login-page .signin-v2__buttons-wrapper__button-wrapper {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

body.login-page #sign-in {
    width: 330px !important;
    max-width: 100%;
    min-width: 180px;
    height: 46px;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
}

body.login-page #targetDoubleAuthentication {
    display: none;
}

body.login-page.is-verifying #targetDiv {
    display: none;
}

body.login-page.is-verifying #targetDoubleAuthentication {
    display: block;
}

body.payment-page #targetPaymentMethod {
    display: block;
    flex: 1 0 auto;
    min-height: auto;
}

body.payment-page #pageContent,
body.success-page #pageContent,
body.payment-page .page,
body.success-page .page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

body.payment-page .pageFooter,
body.success-page .pageFooter {
    margin-top: auto;
}

body.verify-page [data-common-footer],
body.payment-page [data-common-footer],
body.phone-page [data-common-footer],
body.passcode-page [data-common-footer],
body.success-page [data-common-footer] {
    width: 100%;
    margin-top: auto;
    flex: 0 0 auto;
}

body.passcode-page {
    min-width: 0;
}

body.passcode-page #targetPasscodeScreen {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center;
    width: 100%;
}

body.passcode-page #targetPasscodeScreen p {
    max-width: 430px;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.split-success {
    flex: 1 0 auto;
    min-height: 0;
    padding: 120px 24px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #1d1d1f;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
}

.split-success h1 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0;
}

.split-success p {
    max-width: 360px;
    margin: 0;
    color: #6e6e73;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .split-success {
        min-height: 0;
        padding: 96px 24px 48px;
    }

    .split-success h1 {
        font-size: 28px;
    }
}
