﻿body
{
}


.loginlcss
{
    padding-left: 20px;
    font-family: Arial;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-align: right;
}
.HeaderLogin
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    background: #282928;
    width: 100%;
}
.FooterLogin
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #282928;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    vertical-align: bottom; /*height:180px;*/
    width: 100%;
    background-color: #282928;
}
