﻿input
{
    width: 80px;
}
.loginFrmContainer
{
    background-image: url(../../public/logo.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    width: 354px;
    height: 430px;
    margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	font-size: small;
	font-family: Tahoma;
}
.loginFrmTitle
{
    width: 354px;
    text-align: center;
}
.loginFrmUserName
{
    position: relative;
    top: 297px;
    padding-left: 21px;
    font-weight: bold;
}
.loginFrmPassword
{
    position: relative;
    top: 302px;
    text-align: right;
    padding-right: 21px;
    font-weight: bold;
}
.loginFrmLoginButton
{
    background-color: Black;
    border: solid 1px Black;
    color: White;
    width: 145px;
    font-weight: bold;
}
.loginFrmError
{
    position: relative;
    top: 317px;
    text-align: right;
    color: Red;
    padding-right: 21px;
    font-weight: bold;
}
.loginFrmCopyrights
{
    position: absolute;
    top: 410px;
    text-align: center;
    width: 354px;
    font-size: smaller;
}