﻿html, head, body
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html, html *
{
    scrollbar-face-color: #E4E4E4;
    scrollbar-shadow-color: #969696;
    scrollbar-highlight-color: #969696;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #969696;
}

form
{
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
    height: 100%;
}
.login-Outerpanel
{
    border: 1px solid red;
    width: 80%;
    height: 400px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}
.login-logo
{
    text-align: center;
    vertical-align: middle;
    height: 34px;
}


.login-panel
{
 /* background: url('../Images/New_FileroomLaunch_Modified_2.png');  LoginPanel.png*/
    background-repeat: no-repeat;
    background-color: #EDDFBA;
    background-position: center;
}

.login-Header
{
 background: url('../Images/CorporateFileroom.png'); 
 border:0px;
 padding:0px;
 width:493px;
 height:73px;
 background-repeat: no-repeat;
    background-color: #EDDFBA;
    background-position: center;
}

.login-Form
{
 background: url('../Images/LoginForm.png'); 
 border:0px;
 padding:0px;
  width:493px;
 height:389px;
 background-repeat: no-repeat;
    background-color: #EDDFBA;
    background-position: center;
    text-align:left;
}
/*.login-table
{
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #777;
    padding: 20px;
    background-color: transparent;
    margin-top: -350px; /*vertical-align: middle;
}*/
.login-input
{
    outline-style: none;
    border: 1px solid transparent; /*transparent*/ /* padding: 7px;*/
    width: 210px;
    height: 15px;
    border-radius: 3px;
    background-repeat: no-repeat;
  background-position-y: center;
 
}
.loginPassword
{
    margin-top: 0px;
    outline-style: none;
    border: 1px solid transparent; /*transparent*/ /* padding: 7px;*/
    width: 210px;
    height: 15px;
    border-radius: 3px;
    background-repeat: no-repeat;
  
}

.maintenance-message
{
    width:702px;
   background-color:#DECFA4;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    display:block;
    border:thin solid #E75C5A;
    display:none; 
    padding-left:10px;
    padding-right:10px;
    padding:7px;
 }

.firmID
{
    background-image: url('../Images/Firm_ID.png');
}
.username
{
    background-image: url('../Images/username.png');
}
.password
{
    background-image: url('../Images/password.png');
}

.login-inputContainer
{
    margin-left: auto;
    margin-right: auto; /* border: 1px solid green;*/
    width: 200px;
}
.loginUsername
{
    margin-top: -350px;
}
.loginDomainname
{
    margin-top: 42px;
}

.input-table
{
    margin-left: 30px;
    width: 300px;
    height: 150px;
}

.input-table td
{
    /*padding: 10px 90px;*/
}

.login-button
{
    background-image: url('../Images/login_btn.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 38px;
    border: 0px; /* cursor:inherit;*/
    cursor:pointer;
}

.login-footer a
{
    /*color: #666666;*/
    color: Blue;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 9pt;
}
.field-validation-error
{
    border: 1px solid #990000;
    background-color: #fff4c9;
    color: #990000;
    position: absolute;
    z-index: 20;
    padding: 4px 5px 4px 6px; /*min-width: 20px;*/
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 7px;
    margin-left: 0px;
    height: auto;
    width: auto;
    max-width: 250px;
    overflow: hidden;
    white-space: normal;
    cursor: default;
    display: block;
}

.field-validation-error-header
{
    border: 0px solid #990000;
    background-color: #EDDFBA;/*#fff4c9;*/
    color: #990000;
    position: relative;
    text-align: center;
    z-index: 1;
/*  padding: 4px 5px 4px 6px; min-width: 20px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 0px;
    height: auto;
    width: 100%;

    overflow: hidden;
    white-space: normal;
    cursor: default;
   
}

.validation-summary-valid
{
    display: none;
}

.validation-summary-error
{
    text-align: center;
}

.capsLock
{
    margin-left: 11px;
    margin-top: 0px;
    background-image: url('../Images/CapsLockIsOn.png');
    height: 30px;
    background-repeat: no-repeat;
}
