use this to create a different look during the signup process
.wu-content-account {
.blockUI.blockOverlay {
opacity: 1 !important;
&:after {
background: $light;
opacity: 1 !important;
content: “Please wait while we build your site!”;
font-size: 3rem;
font-weight: 700;
color: white;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
}
}