﻿
.tblSignIn {
    border-style: solid;
    border-width: 2px;
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    /*background-image: url(../image/signIn/background.jpg)*/
}

.tblSignInUser {
    padding: 20px;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.tblFooterSignIn, .tblFooter {
    width: 100%;
    padding: 10px;
}

.tblFooterSignIn {
    height: 100px;
}

.tblFooter {
    height: 50px;
}

.lblSignIn, .lblSignInRight, .lblFooterHdrLeft, .lblFooterHdrRight {
    font-weight: bold;
    z-index: 20;
    height: 16px;
    margin-bottom: 0;
    vertical-align: middle;
    color: gray;
}

.lblFooterHdrLeft, .lblFooterHdrRight {
    color: white;
    text-decoration: none;
}

.lblFooterHdrLeft {
    text-align: left;
    float: left;
}

.lblFooterHdrRight {
    font-weight: normal;
    text-align: right;
    float: right;
}

.lblFooter {
    color: black;
}
.lblSignInRight {
    text-align: right;
    float: right;
}

.btnSignIn {
    font-weight: normal;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
    height: 32px;
    vertical-align: middle;
    color: white;
}

.txtSignIn {
    font-size: 12px;
    height: 16px;
    margin-bottom: 0;
    text-align: left;
    z-index: 20;
    width: 150px;
}

.lnkSignIn, .lnkFooter {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.lnkSignIn {
    font-style: italic;
    color: #9D9D9D;
}

.lnkFooter {
    color: black;
}

.lnkForgot {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    font-style: italic;
    color: darkgray;
}
