I want my login page look like the following 
In my custom-ui.html, I am using unifiedssp for the login page.
<div id="api" data-name="Unifiedssp"></div>
And it looks like this
What can I do in my custom ui to make it look like the first image?
I want my login page look like the following 
In my custom-ui.html, I am using unifiedssp for the login page.
<div id="api" data-name="Unifiedssp"></div>
And it looks like this
What can I do in my custom ui to make it look like the first image?
I found the answer at the following link.
https://docs.microsoft.com/en-us/azure/active-directory-b2c/session-behavior?pivots=b2c-custom-policy#enable-keep-me-signed-in-kmsi
Hi @CarolLai-5934 , have you taken a look at this document? It goes into a lot of detail on what is possible. For your case you just need an HTML/CSS fix. I think the original screenshot is using bootstrap for the CSS. For the button placement, please see this document. Please let me know if you need any more help!
Best,
James
Hi, @JamesHamil-MSFT ,
Yes. I have read those documents. However, the unifiedssp template doesn't have an option to decide whether to keep the cookie or not, which is that "remember me" checkbox. Also, it doesn't have a cancel button that can clear up the entry.
Is there another template I can use for those features?
Hi @CarolLai-5934 , are you asking about the HTML/CSS or for the functionality?
I need the functionality for the remember me and cancel to clear the input in email and password field. However, I don't see those elements in unifiedssp data. I'm not sure if there is something I need to modify to get those elements to show up.
3 people are following this question.