
/* High Level Settings */
p {
    margin: 0px;
}

td {
    text-align: center;
}

/* --------------------------------------------- */

/* Pre-Login Main Table */
.maintbl { 
    border: 5px solid #ddd;
}

/* --------------------------------------------- */

/* Pre-Login Table Left Side */
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.statement {
    color: black;
    font-size: 60px;
    letter-spacing: 0.01em;
    transform: scale(1.15,1);
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}
p.statementsmall {
    color: black;
    font-size: 25px;
    line-height: 20pt;
    font-family: Trebuchet MS;
    font-weight: 100;
    text-align: center;
}
p.statementtiny {
    color: black;
    font-size: 11px;
    line-height: 11pt;
    font-family: Trebuchet MS;
    font-weight: 100;
    text-align: center;
}

/* --------------------------------------------- */

/* Pre-Login Table Right Side */
p.logintitletxt {
    color: white;
    font-size: 45px;
    transform: scale(1.1,1);
    line-height: 50pt;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
}
p.subtitletxt {
    color: white;
    font-size: 25px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}
p.logintxt {
    color: white;
    font-size: 20px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: right;
}
p.logintxtcenter {
    color: white;
    font-size: 20px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}
p.infotxt {
    color: white;
    font-size: 15px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}
p.infotxtleft {
    color: white;
    font-size: 15px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: left;
}
p.loginerrtxt {
    color: black;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: 100;
    text-align: center;
}
p.subtblleft {
    color: black;
    font-size: 13px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: left;
}
.subbtn {
    background-color: white;
    border: 0px solid #f22b0c;
    border-radius: 30px;
    color: black;
    font-size: 20px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    margin: 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.1s;
}
.subbtn:hover {
  background-color: #f22b0c;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
}
.subbtnresp {
    background-color: white;
    border: 0px solid #f22b0c;
    border-radius: 30px;
    color: black;
    font-size: 20px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    margin: 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.1s;
}
.subbtnresp:hover {
  background-color: #0079C6;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
}
.subbtnagcy {
    background-color: white;
    border: 0px solid #f22b0c;
    border-radius: 30px;
    color: black;
    font-size: 20px;
    transform: scale(1.1,1);
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    margin: 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.1s;
}
.subbtnagcy:hover {
  background-color: #ff7d00;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
}
.sitehelpbtn {
    background-color: white;
    border: 0px solid #f22b0c;
    border-radius: 15px;
    color: black;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
    padding: 5px 20px;
    margin: 5px 5px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sitehelpbtn:hover {
  background-color: #f22b0c;
  color: white;
}
p.errtxt {
    color: black;
    font-size: 20px;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
}
a.forgotpass:link,a.forgotpass:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}
a.forgotpass:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
input.loginboxtxt {
   border-radius: 30px;
   display:inline-block;
   padding:9px 10px;
   line-height:90%;
   border-top-style: hidden;
   border-right-style: hidden;
   border-left-style: hidden;
   border-bottom-style: hidden;
   box-shadow: inset rgba(0, 0, 0, 0.35) 0 0 5px;
}
input.loginboxtxt:focus {
   outline:none;
}

/* --------------------------------------------- */

/* Pre-Login Bottom Table */
p.copyrighttxt {
    color: #ddd;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: left;
}

p.bottomtxt {
    color: black;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}

a.bottomlink:link,a.bottomlink:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: normal;
    text-align: center;
}
a.bottomlink:hover {
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/* --------------------------------------------- */