<?xml version="1.0" encoding="utf-8"? >

a {
    cursor: finger;
}
body {
    text-align: center;
    padding: 25px;
}

button {
    cursor: pointer;
}

.logon {
    border-color: #c2c2c2 #a2a2a2 #a2a2a2 #c2c2c2;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #c2c2c2;
    color: #004A92;
    background-color: #ffffff;
    text-align: center;
    width: 450px;
    border-radius: 6px;
    margin: auto;
}

td {
    vertical-align: top;
}

input.inputText {
    width: 250px;
    border-radius: 3px;
}

.tableHelp {
    text-align: left;
}

.thmLogo {
    max-height: 150px;
    max-width: 250px;
    padding-top: 10px;
}

.table1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.table2 {
    width: 400px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.table3 {
    width: 100%;
    border-top: 1px solid #c2c2c2;
    padding: 12px;
}

.table4 {
    width: 100%;
}

h1 {
    background-color: transparent !important;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    border: 0px;
}

h2 {
    font-weight:bold;
}

.PasswordPolicy {
    text-align: left;
    font-size: 12px;
}

.poweredBy {
    height: 20px;
    vertical-align: top;
    padding-left: 5px;
}

.poweredByText {
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}

.cssButtons {
    width: 100%;
    margin: auto;
}

.cadebutton {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
}

.pwMessage {
    color: red;
    font-weight: bold;
}

.optionBtn {
    width: 460px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    text-align: justify;
}

.forgotLeft {
    width: 90%;
    text-align: left;
    white-space: nowrap;
}

.forgotRight {
    width: 90%;
    text-align: right;
    white-space: nowrap;
}
.clsLogonHelp {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 532px;
    border-radius: 6px;
    border: medium gray outset;
    padding: 6px;
    margin: 6px;
    background-color: white;
    visibility: hidden;
}

.clsFaq {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 600px;
    height: 90%;
    font-size: 14px;
    text-align: left;
    overflow: auto;
    border: medium gray outset;
    background-color: #ffffff;
    padding: 12px;
}
