﻿.BkColor {
    background: linear-gradient(to bottom, Gray 20%, white 100%);
}

.HeaderTitle {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 8px #5a5a5a;
    font-size: 20px;
}

.HeaderFooter {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 8px #656565;
}

.LogoSmSize {
    width: 100px;
}

.PanelLoginSize {
    width: 320px;
}

.MarginPanels {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.footer {
    //position: absolute;
    right: 0;
    height: auto;
    background-color: #474e5d;
    padding: 10px;
    color: white;
    width: auto;
    border-radius: 15px;
    max-width:600px
}

.FontColorForm {
    color:gray;
}

.FontGridSize {
    color:#474e5d;
    font-size:11px;
}
