﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-Login, .AspNet-PasswordRecovery
{
    display: block;
    float: none;
    clear: both;
    width: 40%;
    font-style: italic;
    
    /*padding-bottom: 3em;*/
}
.AspNet-Login-SubmitPanel
{
    display: block;
    float: none;
    clear: both;
}
.AspNet-Login-TitlePanel, .AspNet-PasswordRecovery-UserName-TitlePanel
{
    display: block;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 120%;
}
.AspNet-Login label, .AspNet-PasswordRecovery label
{
    display: block;
    float: left;
    clear: left;
    width: 40%;
    margin: 2px 0px 2px 0px;
}
.AspNet-Login input, .AspNet-Login select, .AspNet-PasswordRecovery input, .AspNet-PasswordRecovery select
{
    display: block;
    float: right;
    clear: right;
    width: 52%;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    margin: 2px 0px 2px 0px;
}
.AspNet-Login input[type='checkbox']
{
    width: auto;
    background-color: Transparent;
    border: none;
}
.AspNet-Login input[type='submit']
{
    width: auto;
    clear: right;
}
.AspNet-Login-FailurePanel, .AspNet-Login-PasswordRecoveryPanel
{
    display: block;
    clear: both;
}
.AspNet-Login-PasswordRecoveryPanel 
{
    padding-top: 10px;
    font-size: 70%;
}
.AspNet-Login-PasswordRecoveryPanel a
{
    color: #ffffff;
}
.AspNet-Login-PasswordRecoveryPanel a:hover
{
    color: #000000;
}