﻿.Loginfields
{
    background: #1e4f8a;
    background-color: transparent;
    border: 1px #03306b solid;
    padding: 5px; /*margin: 5px 25px;*/
    width: 215px;
    color: #FFF;
}
h2
{
    color: White;
}
b
{
    color: #f0ffff;
    font-size: large;
}
.Branch
{
    padding: 5px 5px 5px 5px;
    color: White;
    background: #74AFAD;
    background: teal;
}
.Tdsave
{
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    color: White;
    background: #74AFAD;
    text-align: right;
}
.Lbl
{
    text-align: left;
    padding-left: 5px;
}
.Txt
{
    color: Black;
    font-weight: 500;
    min-width: 100px;
    text-align: left;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
    background-color: White;
}
.Txtnumber
{
    width: 120px;
    color: Black;
    text-align: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    padding: 2px;
    margin: 2px;
}
.Ddl
{
    height: 23px;
    color: Black;
    min-width: 120px;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
}
.Rbl
{
    height: 23px;
    color: Black;
    min-width: 120px;
    text-align: left;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
}
