﻿/************************************************************************

$Workfile: Login.css$

$Folder: Default$

Description:  Style sheet for INVIA Login Page.

Modifications: 

(c) Copyright 2012 - INVIA

All Rights Reserved

*************************************************************************/

header
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
}

.securityBox
{
	float: left;
	width: 535px;
	height: 332px;
	margin-left: 10px;
}

.securityTitle
{
	width: 515px;
	margin-left: 10px;
	color: #1D3869;
	font-size: 24px;
	position: absolute;
	font-family: Century Gothic;
}

.securityLine
{
	width: 515px;
	height: 1px;
	margin-top: 35px;
	margin-left: 5px;
	background-color: #000000;
	position: absolute;
}

.securityWarning
{
	width: 515px;
	margin-top: 55px;
	margin-left: 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
}

.securityTextLn1
{
	width: 515px;
	margin-top: 95px;
	margin-left: 10px;
	color: #000000;
	font-size: 16px;
	position: absolute;
}

.securityTextLn2
{
	width: 515px;
	margin-top: 220px;
	margin-left: 10px;
	color: #000000;
	font-size: 16px;
	position: absolute;
}

.loginPanel
{
	height: 331px;
	margin-left: 555px;
	margin-right: 10px;
	background-color: #ffffff;
}

.loginTitle
{
	width: 300px;
	margin-left: 10px;
	color: #1D3869;
	font-size: 24px;
	position: absolute;
	font-family: Century Gothic;
}

.loginLine
{
	width: 380px;
	height: 1px;
	margin-top: 35px;
	margin-left: 5px;
	background-color: #000000;
	position: absolute;
}

.loginTextPanel
{
	margin-top: 40px;
	color: #ffffff;
}

.loginTextLabel
{
	margin-top: 55px;
	margin-left: 10px;
	color: #000000;
	position: absolute;
}

.loginCredentialsBox
{
	width: 360px;
	height: 200px;
	margin-top: 95px;
	margin-left: 20px;
	position: absolute;
	background-image: url("Images/Login Box Background.png");
}

.loginTable
{
	margin: 10px 5px 10px 5px;
	padding-top: 15px;
}

.loginLabelCell
{
	width: 90px;
	text-align: right;
	vertical-align: top;
}

.loginLabel
{
	color: #ffffff;
}

.loginTextBoxCell
{
	width: 200px;
	padding-bottom: 5px;
}

.loginTextBox
{
	width: 200px;
	padding-bottom: 5px;
}

.loginErrorImageCell
{
	width: 25px;
}

.loginErrorImage
{
}

.loginErrorLabelCell
{
	text-align: right;
}

.loginErrorLabel
{
	color: #ff0000;
}

.loginButtonCell
{
	text-align: right;
}

.loginButton
{
	width: 60px;
	height: 25px;
}

.loginForgotPasswordLinkCell
{
	text-align: center;
	padding-top: 15px;
}

.loginForgotPasswordLink
{
	color: #ffffff;
}

.changePasswordTable
{
	padding: 10px 5px 10px 5px;
}

.changePasswordLabelCell
{
	width: 130px;
	text-align: right;
}

.changePasswordTextBoxCell
{
	width: 290px;
}

.changePasswordTextBox
{
	width: 280px;
	margin-left: 10px;
}

.changePasswordErrorImageCell
{
	width: 25px;
}

.changePasswordErrorImage
{
}

.changePasswordErrorLabelCell
{
	width: 575px;
	padding-top: 5px;
	text-align: right;
}

.changePasswordErrorLabel
{
	width: 575px;
	color: #ff0000 !important;
}