The ASP.NET membership Login control provides several properties you can use to manage its appearance. For example you can use the different style settings supported by the Login control as follows:
<form id=”form1″ runat=”server”>
<div align=”center”>
<asp:Login ID=”LoginCtrl” runat=”server” BorderColor=”Blue” BorderStyle=”Solid” BorderWidth=”1px”
Font-Bold=”True” Font-Names=”Arial Narrow” Font-Size=”Medium” TextLayout=”TextOnTop”
OnAuthenticate=”LoginCtrl_Authenticate”>
<LoginButtonStyle BackColor=”Silver” ForeColor=”Black” />