﻿/* SIEMENS - LOGIN */

body 
{
	font-family: Arial, Serif; 
	color: black;
	margin:10px; 
	font-size:14px;
}

th.clsLoginTable
{  
	font-family: Verdana,Arial,Helvetica;
    color: #635452;
    background: #A0b6c0;
    font-size: small;
}

th.clsAlert 
{
	font-family: Verdana,Arial,Helvetica;
	color: #f8fa2a; 
	background: #326598; 
	font-weight: bold; 
	text-align:center;
}

td.clsLoginTable
{
	border:solid 2px #635452;
	padding:0px;
}

#divPWRecovery td
{
    color: White;
    background: gray;
    padding:5px;
}

#divPWRecovery
{
    margin-bottom:20px;
}