﻿/* Override the width of #header explicitly to be able to set the outermost max-width */
#header
{
	min-width: 0;
}

/* Hide the logo when the device is to small */
@media only screen and (max-device-width : 400px)
{
	#header #title a 
	{ 
		background-image: ""; 
		height: 30px; 
	}
	#header #pageheader 
	{ 
		margin-left: 0px;
		text-align: right;
	}	
}

/*----------------------------------------------------------
- Log On
----------------------------------------------------------*/

body.Logon
{
	background-color: rgb(34,80,95);
	background-image: Url(../../../Content/images/LogoABackground.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 52%;
}

.LogonPanel
{
	border: 0;
}

#logon
{
	text-align: left;
	padding: 10px 20px;
	vertical-align: top;
	max-width: 280px;	
}

#PasswordValidationRules
{
	display: inline-block;
	white-space: normal;
	text-align: left;
	width: 400px !important;
	max-width: 100%;
	margin-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	color: Silver;
}

#PasswordValidationRules h1
{
	color: #84BD00;
}

#logon input[type='text'], 
#logon input[type='password']
{
	width: 98%;
}

#logon table td:first-child
{
	color: #84BD00;
}

h1
{
	color: rgb(0,0,0);
}

#logon .buttons
{
	text-align: right;
	margin-top: 20px;
}

#logon .h4, 
#logon .h10
{
	margin-top: 8px;
}

#title.TopMenu
{
	margin-top: -2px;
}

#NewPassword
{
	margin-bottom: 4px;
}

.PlaceholderUnsupported
{
	color: White;
}

.ForgotPassword
{
	text-align:center;
	margin-top: 10px;
}

.ForgotPassword a
{
	font-family: Arial;
	font-size: 0.6em;
	color: #5c87b2;
}