.page-select-stripe-account-root {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page-select-stripe-account-root > .select-stripe-account-root {
    width: calc(100vw - 2.5rem);
}