/* Final override: center the workspace subtitle under the welcome title. */
html body #root main.login352 .connection-card:not(:has(.login-mfa)) .registration-heading p{
 position:absolute!important;
 top:calc(34.5% + 48px)!important;
 left:50%!important;
 width:92%!important;
 margin:0!important;
 transform:translateX(-50%)!important;
 display:block!important;
 text-align:center!important;
}
