The Logon page is available in ~/CMSPages/logon.aspx within the project folder. There are following classes used for design:
.LogonPageBody
{
background-image: url(Images/Dialog/BackgroundNew.gif);
background-repeat: repeat-x;
background-color: #e7f2f8;
height: auto;
height: 98%;
}
.loginBox
{
margin: auto;
padding: 80px 0 12px 0; /* width: 503px; */
background: url(Images/Dialog/LoginBox05.gif) no-repeat;
}
Both are defined in ~/App_Themes/Default/CMSDesk.css file. You can change them according to your needs.