﻿
html, body, #logonContainer {
    height: 100%;
    font-size: 14px;
    color: #222222;
    font-family: Calibri;
}

body > #logonContainer {
    height: auto;
    min-height: 100%;
}

#logon {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ededf1 ;
}

#loginBox{
    padding: 50px 20px 20px 20px;
    width: 400px;
    margin: 0 auto;
}


#logonLogo {
    height: 50px;
    background: url(../../Images/logosm.png) no-repeat center;
    padding: 20px;
}

div#logonPortal {
    text-transform: uppercase;
    height: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

div#logonForm {
    padding: 10px;
    border: 1px solid #827f7f;
}

div#loginCopyright
{
    margin-top:10px;

    color: #708a98;
}

div#loginCopyright a
{

    color: #708a98;
}


div#headerBar
{
    width: 450px;
    height: 21px;
    text-align:left;
}

div#headerBar img
{
    width: 450px;
    height: 21px;
}

div#headerBarLabel
{
    position:absolute;
    margin-left:10px;
    margin-top:3px;
    z-index:2000;
}

td {
    height: 60px;
}

div#innerContent
{
    border-left: solid 1px #708a98;
    border-right: solid 1px #708a98;
    border-bottom: solid 1px #708a98;
    margin-left: 0px;
    margin-right:0px;
    margin-top:0px;
    overflow:hidden;
    text-align:left;
    height: 370px;
}

table {
    width: 100%;
}

input.button_form_button {
    float: right;
}


input.button_form_button {
    min-width: 120px;
}
input[type="submit"], input[type="reset"] {
    font-family: Calibri;
    font-size: 14px;
}

input[type="text"], input[type="password"], input#password, input#username {
    border: 1px solid #a9a9a9;
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    text-indent: 6px;
}
.button_form_button {
    background-color: #231f20;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    padding: 0 8px 0 8px;
    margin: 0;
    border-width: 0;
    outline-width: 0;
    width: auto;
    overflow: visible;
}



div#loginInstructions
{
    position:absolute;
    margin-left:16px;
    margin-top:1px;
    color: #708a98;
    width:400px;
}



div#usernameLabel span, div#passwordLabel span
{

    font-weight:bold;

    
}

div#usernameLabel, div#passwordLabel
{
    width:80px;
    position:absolute;
}

div#usernameLabel
{
    margin-left: 15px; 
    margin-top:78px;
}

div#passwordLabel
{
    margin-left: 15px; 
    margin-top:112px;
}

div#usernameInputContainer, div#passwordInputContainer
{
    width:200px;
    position:absolute;
    padding-left:110px;
 
}

div#usernameInputContainer
{
    margin-top:74px;
    
}

div#passwordInputContainer
{
    margin-top:107px;
}

div#buttonInputContainer
{
    position:absolute;
    margin-left:180px;
    margin-top:160px;
}




div#logonMessageContainer
{
    position:absolute;
    margin-left:25px;
    margin-top:35px;
    color:#708a98;
    width:400px;
}