﻿.AspNet-Login,
.AspNet-ChangePassword,
.AspNet-PasswordRecovery,
.AspNet-CreateUserWizard
{
	width: 350px; 
	border: 1px solid #E5E5E5; 
	margin: 0px auto;
	background-color: #F6FBFD;
}

.AspNet-Login label em,
.AspNet-ChangePassword label em,
.AspNet-PasswordRecovery label em,
.AspNet-CreateUserWizard label em
{
    text-decoration: underline;
    font-style: normal;
}

.AspNet-Login-TitlePanel,
.AspNet-ChangePassword-ChangePasswordTitlePanel,
.AspNet-PasswordRecovery-UserName-TitlePanel,
.AspNet-PasswordRecovery-Question-TitlePanel,
.AspNet-ChangePassword-SuccessTitlePanel,
.AspNet-CreateUserWizard-StepTitlePanel
{
	padding: 5px 5px 0px 5px;
	background-color: #4885C1; 
	height: 20px; 
	color: #ffffff; 
	font-weight: bold; 
	border-bottom: 1px solid #92B6DA; 
	border-left: 1px solid #92B6DA;
}

.AspNet-Login-TitlePanel span,
.AspNet-ChangePassword-ChangePasswordTitlePanel span,
.AspNet-PasswordRecovery-UserName-TitlePanel span,
.AspNet-PasswordRecovery-Question-TitlePanel span,
.AspNet-ChangePassword-SuccessTitlePanel span,
.AspNet-CreateUserWizard-StepTitlePanel span
{
	display: block;
	height: 13px;
	text-indent: 20px;
	background: url('img/dot.gif') no-repeat left;
	background-position: 0px -1px;
}

.AspNet-Login-FailurePanel
{
    color: Red;
    font-weight: bold;
}

.AspNet-Login-UserPanel,
.AspNet-Login-PasswordPanel,
.AspNet-Login-RememberMePanel,
.AspNet-Login-InstructionPanel,
.AspNet-Login-FailurePanel,
.AspNet-ChangePassword-PasswordPanel,
.AspNet-ChangePassword-NewPasswordPanel,
.AspNet-ChangePassword-ConfirmNewPasswordPanel,
.AspNet-PasswordRecovery-UserName-InstructionPanel,
.AspNet-PasswordRecovery-UserName-UserPanel,
.AspNet-PasswordRecovery-Question-InstructionPanel,
.AspNet-PasswordRecovery-Question-UserPanel,
.AspNet-PasswordRecovery-QuestionPanel,
.AspNet-PasswordRecovery-AnswerPanel,
.AspNet-ChangePassword-SuccessTextPanel,
.AspNet-CreateUserWizard-UserPanel,
.AspNet-CreateUserWizard-PasswordPanel,
.AspNet-CreateUserWizard-ConfirmPasswordPanel,
.AspNet-CreateUserWizard-EmailPanel,
.AspNet-CreateUserWizard-QuestionPanel,
.AspNet-CreateUserWizard-AnswerPanel,
.AspNet-CreateUserWizard-SuccessTextPanel
{
    padding: 5px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
}

.AspNet-Login-InstructionPanel span b
{
	color: Red;
}

.AspNet-ChangePassword-SuccessTextPanel span,
.AspNet-CreateUserWizard-SuccessTextPanel span
{
	color: Green;	
	font-weight: bold; 
}

.AspNet-Login-PasswordRecoveryPanel
{
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 5px 5px;
}

.AspNet-Login-UserPanel,
.AspNet-Login-PasswordPanel,
.AspNet-ChangePassword-PasswordPanel,
.AspNet-ChangePassword-NewPasswordPanel,
.AspNet-ChangePassword-ConfirmNewPasswordPanel,
.AspNet-PasswordRecovery-UserName-UserPanel,
.AspNet-PasswordRecovery-Question-UserPanel,
.AspNet-PasswordRecovery-QuestionPanel,
.AspNet-PasswordRecovery-AnswerPanel,
.AspNet-CreateUserWizard-UserPanel,
.AspNet-CreateUserWizard-PasswordPanel,
.AspNet-CreateUserWizard-ConfirmPasswordPanel,
.AspNet-CreateUserWizard-EmailPanel,
.AspNet-CreateUserWizard-QuestionPanel,
.AspNet-CreateUserWizard-AnswerPanel
{
    text-align: right;
}

/* Przy polu z odpowiedzią (AspNet-PasswordRecovery-AnswerPanel) jest ukryte pole
dlatego te dwa pola trzeba troche wyrównać*/
.AspNet-PasswordRecovery-Question-UserPanel input,
.AspNet-PasswordRecovery-QuestionPanel input,
.AspNet-ChangePassword-ConfirmNewPasswordPanel input
{
	margin-right: 6px;
}

.AspNet-Login-UserPanel span,
.AspNet-Login-PasswordPanel span,
.AspNet-PasswordRecovery-AnswerPanel span
{
    right: 0;
}

.AspNet-ChangePassword-ConfirmNewPasswordPanel span
/*,
.AspNet-CreateUserWizard-UserPanel span,
.AspNet-CreateUserWizard-PasswordPanel span,
.AspNet-CreateUserWizard-ConfirmPasswordPanel span,
.AspNet-CreateUserWizard-EmailPanel span,
.AspNet-CreateUserWizard-QuestionPanel span,
.AspNet-CreateUserWizard-AnswerPanel span*/
{
	display: block;	
}

.AspNet-Login-UserPanel label,
.AspNet-Login-PasswordPanel label,
.AspNet-ChangePassword-PasswordPanel label,
.AspNet-ChangePassword-NewPasswordPanel label,
.AspNet-ChangePassword-ConfirmNewPasswordPanel label,
.AspNet-PasswordRecovery-UserName-UserPanel label,
.AspNet-PasswordRecovery-Question-UserPanel label,
.AspNet-PasswordRecovery-QuestionPanel label,
.AspNet-PasswordRecovery-AnswerPanel label
{
    white-space: nowrap;
}

.AspNet-Login-UserPanel input,
.AspNet-Login-PasswordPanel input,
.AspNet-ChangePassword-PasswordPanel input,
.AspNet-ChangePassword-NewPasswordPanel input,
.AspNet-ChangePassword-ConfirmNewPasswordPanel input,
.AspNet-PasswordRecovery-UserName-UserPanel input,
.AspNet-PasswordRecovery-Question-UserPanel input,
.AspNet-PasswordRecovery-QuestionPanel input,
.AspNet-PasswordRecovery-AnswerPanel input
{
    width: 9em;
}

.AspNet-Login-SubmitPanel,
.AspNet-ChangePassword-SubmitPanel,
.AspNet-PasswordRecovery-UserName-SubmitPanel,
.AspNet-PasswordRecovery-Question-SubmitPanel,
.AspNet-ChangePassword-ContinuePanel,
.AspNet-CreateUserWizard-CreateUserButtonPanel,
.AspNet-CreateUserWizard-ContinuePanel
{
    padding: 10px 5px 10px 5px;
    margin: 0px 5px 0px 5px;
    text-align: center;
}

.AspNet-Login-SubmitPanel input,
.AspNet-ChangePassword-SubmitPanel input,
.AspNet-PasswordRecovery-UserName-SubmitPanel input,
.AspNet-PasswordRecovery-Question-SubmitPanel input,
.AspNet-ChangePassword-ContinuePanel input,
.AspNet-CreateUserWizard-CreateUserButtonPanel input,
.AspNet-CreateUserWizard-ContinuePanel input
{
	color:#ffffff; 
	background-color: #4885C1; 
	border: 1px solid #31669A; 
	padding: 1px 3px;
}


.AspNet-Login-HelpPanel,
.AspNet-Login-PasswordPanel,
.AspNet-Login-RememberMePanel,
.AspNet-Login-CreateUserPanel,
.AspNet-Login-PasswordRecoveryPanel
{
}