body {
}

body, td, span, div, input, a {

    font-family: arial,verdana,sans-serif;
    font-size: 13px;
}

div.login {
	margin: auto;
	text-align: center;
}

div.login img {
	width: auto;
	height: 77px;
	margin: 100px 0 40px 0;
}

div.login span {
	display: inline-block;
	font-size: 32px;
	margin: 0 0 40px 0;
	max-width: 500px;
}

div.login span.error {
	color: #ff0000;
	display: inline-block;
	font-size: inherit;
	margin: 10px 0;
}

div.login span.label {
	color: #888888;
	display: inline-block;
	font-size: inherit;
	margin: 10px 0;
}

div.login input {
	width: 215px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border: #97979B solid 1px;
	border-radius: 2px;
	-webkit-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
	-moz-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -o-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    -ms-transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
    transition: border 300ms ease 0s, box-shadow 300ms ease 0s;
}

div.login input:focus {
	border: solid 1px #0072ED;
 	box-shadow: 0 0 4px 3px rgba(54, 138, 192, 0.3);
 	outline: none;
}

div.login input.button {
	color: #ffffff;
	margin: 15px 0;
    -webkit-appearance: none;
    background: #0072ED;
    border: 1px solid #0072ED;
    border-radius: 2px;
    font-weight:600;
}

div.login input.button:hover {
    background-color: #0066D4;
    border: 1px solid #0066D4;
}

div.login input#userid {
	background: url(/extensity/images/sign_in_username_bkg.png) left center no-repeat #ffffff;
	padding-left: 37px;
}

div.login input#password {
	background: url(/extensity/images/sign_in_password_bkg.png) left center no-repeat #ffffff;
	padding-left: 37px;
}

INPUT.error,
INPUT.error:hover {
  border: 1px solid #DA1217 !important; 
}

INPUT.error:focus {
  border-color: #DA1217 !important;
  box-shadow: 0 0 4px 2px rgba(218, 18, 23, 0.3) !important;
  color: #000000 !important; 
}

div.login a {
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #777777;
}

div.privacy {	
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;	
}

div.privacy a {
	text-decoration: none;
	color: #777777;
	font-size: 12px;
}
div.privacy a:nth-of-type(1) {
	margin-right:20px;
}

table.error-screen 
{
	width: 100%;	
}

div.error-div 
{			
    background: #f3f3f3;
    margin: 100px 10px 10px 10px;
    text-align: left;
    padding: 0 0 0 10px;
    border-radius: 2px;
    max-width: 500px;
    word-break: normal;
}

div.error-subject
{
	margin: 30px 0 20px 0;		
}

div.error-subject img
{
    width: auto;
    height: 40px;
    margin: 0 10px 0 0;
    vertical-align: bottom;	
}

div.error-subject span
{
	font-size: 32px;
    white-space: nowrap;
}

div.error-detail 
{
	margin: 0 10px 20px 0;
	margin: 30px 0;
    color: #777777;
    line-height: 20px;
}

div.error-detail span
{
	display: inline-block;
	margin: 0 0 10px 0;	
}

div.version {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: #777777;
}