<authentication mode="Forms">
<forms loginUrl="Login.aspx"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
Currently, I am utilizing forms authentication. However, when I incorporate the parameters listed above, the CSS styling that I have applied to the entire document disappears. How can I ensure that the CSS formatting remains unaffected?