﻿.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
{
    text-align: right;
}

.AspNet-Login-TitlePanel span
{
    font-size: 8pt;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
    display: block;
    text-align: left;
}

.AspNet-Login-UserPanel label
{
    font-size: 8pt;
    color: #ffffff;
}

.AspNet-Login-UserPanel input
{
    font-size: 8pt;
    width: 95px;
    font-family: Arial, Verdana, Helvetica;
    color: #ffffff;
    letter-spacing: 0.06em;
    height: 14px;
    border: 1px solid #f47721;
    background-color: #000000;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
}

.AspNet-Login-PasswordPanel label
{
    font-size: 8pt;
    color: #ffffff;
}

.AspNet-Login-PasswordPanel input
{
    font-size: 8pt;
    width: 95px;
    font-family: Arial, Verdana, Helvetica;
    color: #ffffff;
    letter-spacing: 0.06em;
    height: 14px;
    border: 1px solid #f47721;
    background-color: #000000;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
}

.AspNet-Login-SubmitPanel input
{
	background: url('/Css/Images/formlogin.gif') no-repeat left top;
	width: 80px;
	height: 18px;
	font-size: 1pt;
	border: 0;
	cursor: pointer;
	vertical-align: bottom;
	margin: 5px 10px 5px 0px;
}

.AspNet-Login-FailurePanel
{
    text-align: left;
    padding: 5px 5px 0px 5px;
}
.AspNet-Login-FailurePanel span
{
    font-size: 8pt;
    color: Red;
}
