/* Sign In Page Styles */
body {
    background: #f2f2f2;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-size: 0.8em;
    margin: 0 0 12px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.basefont {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #26252B;
}
.header {
    background: #ffffff;
    margin: 0 auto;
    padding: 10px;
    height: 64px;
    border-bottom: 2px solid grey;
    margin-bottom: 15px;
}
.lnlogo {
    float: left;
}
.signincontainer {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    width: 780px;
    margin: auto;
}
.normal {
    width: 260px;
    height: 36px;
    background-color:white;
    border: 1px solid grey;
    border-radius: 0px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
}
.normal:focus {
    outline: none;
    border-radius: 0px;
}
.grey-button {
    background-color: #666666;
    border-radius: 6px;
    border-color:#CA060D;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-family: "SourceSansPro-SemiBold", "Source Sans Pro SemiBold", "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 0;
    padding: 0 15px;
    width: auto;
    height: 33px;
    transition: background-color .3s ease-in-out;
}
.grey-button:active,.grey-button:focus,.grey-button:hover {
    background-color: #444444;
    cursor: pointer;
    border-color: black;
}

.site-button {
    background-color: #E12726;
    border-radius: 6px;
    border-color:#CA060D;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-family: "SourceSansPro-SemiBold", "Source Sans Pro SemiBold", "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 0;
    padding: 0 15px;
    width: auto;
    height: 33px;
    transition: background-color .3s ease-in-out;
}
.site-button:active,.site-button:focus,.site-button:hover {
    background-color: #B52025;
    cursor: pointer;
    border-color: black;
}
.error-button {
    background-color: #E12726;
    border-radius: 6px;
    border-color: black;
    color: #fff;
    display: inline-block;
    font-family: "SourceSansPro-SemiBold", "Source Sans Pro SemiBold", "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 0;
    padding: 0 15px;
    width: auto;
    height: 33px;
    transition: background-color .3s ease-in-out;
}
.error-button:active,.error-button:focus,.error-button:hover {
    background-color: #B52025;
    cursor: pointer;
    border-color: black;
}
#passwordinfo {
    display: none;
}
#verificationinfo {
    display: none;
}
#securityinfo {
    display: none;
}
.sectionheader {
    background-color: #444444;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 21px;
    color: #FFFFFF;
    text-align: left;
}
.row1 {
    display: flex;
}
.signleftside {
    width: 390px;
    border-right-style: solid;
    border-right-color: #cbcbcb;
    border-right-width: 1px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #26252B;
}
.signrightside {
    background: #f2f2f2;
    width: 390px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #26252B;
}
.signrightside-content {
    margin: 15px;
}
.useridbox {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex;
}
.passwordbox {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex;
}
.answerbox {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex;
}
.tokenbox {
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex;
}
.sitekeybox {
    margin: 15px;
}
.characterbox {
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex;
}
.navbutton {
    margin-left: 15px;
    margin-bottom: 10px;
}
.info {
    padding: 10px;
}
.speaker {
    padding: 10px;
}
.forgot-container {
    border-top-style: solid;
    border-top-color: #cbcbcb;
    border-top-width: 1px;
    width: 100%;
    position: relative;
}
.forgot {
    margin: 15px;
}
.forgot a {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #00778B;
    text-decoration: none;
}
.bypass-container {
    border-top-style: solid;
    border-top-color: #cbcbcb;
    border-top-width: 1px;
    width: 100%;
    position: relative;
}
.bypass {
    margin: 15px;
}
.bypass a {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #00778B;
    text-decoration: none;
}
.security-alert {
    margin: 15px;
    color: #E12726;
}
.security-question {
    margin: 15px;
}
.support {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    width: 780px;
    margin: auto;
}
.fcra {
    padding-top: 20px;
    width: 780px;
    margin: auto;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-size: 10pt;
    color: #26252B;
    margin-bottom: -50px;
}
.supleftside {
    width: 390px;
    border-right-style: solid;
    border-right-color: #cbcbcb;
    border-right-width: 1px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #26252B;
}
.suprightside {
    width: 390px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #26252B;
}
.signincontent {
    height: auto;
}
.supportcontent {
    height: 330px;
}
.phone {
    margin-top: 50px;
    margin-left: 25px;
}
.headset {
    margin-top: 55px;
    margin-left: 25px;
}
.bulb {
    margin-top: 40px;
    margin-left: 20px;
}
.cap {
    margin-top: 50px;
    margin-left: 25px;
}
.supportboxtitle {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #E12726;
}
.supportboxtitle1 {
    margin-left: 80px;
    margin-top: -55px;
}
.supportboxtitle2 {
    margin-left: 80px;
    margin-top: -60px;
}
.supportboxtitle3 {
    margin-left: 80px;
    margin-top: -70px;
}
.supportboxtitle4 {
    margin-left: 80px;
    margin-top: -50px;
}
.supportboxcontent {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #26252B;
    font-size: 14px;
    text-align: left;
    margin-left: 80px;
    margin-right: 20px;
    margin-top: 5px;
}
.row2 {
    display: flex;
    height: 165px;
    border-bottom-style: solid;
    border-bottom-color: #cbcbcb;
    border-bottom-width: 1px;
}
.row3 {
    display: flex;
    height: 165px;
}
.footer {
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-size: 10pt;
    color: #26252B;
    BORDER-TOP: #ccc 1px solid;
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 15px;
}
.footer-logo {
    height: 22px;
    width: 95px;
    float: right;
    margin-right: 20px;
}
a:link {
    color: #26252B;
}
a:visited {
    color: #26252B;
}
a:hover {
    color: #3884C7;
}
a:active {
    color: #26252B;
}
a.footer-link:link {
    text-decoration: none; color: #26252B;
}
a.footer-link:visited {
    text-decoration: none; color: #26252B;
}
a.footer-link:hover {
    text-decoration: none; color: #3884C7;
}
a.footer-link:active {
    text-decoration: none; color: #26252B;
}
.blue-underline {
    color: blue;
}
#validation {
    max-width: 500px;
    position:absolute;
    background-color:#ffffff;
    top:     230px;
    left:    210px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-size: 10px;
    border-bottom-style:solid;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-color:#444444;
    border-top-color:#444444;
    border-left-color:#444444;
    border-right-color:#444444;
    border-bottom-width:2px;
    border-top-width:2px;
    border-left-width:2px;
    border-right-width:2px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    display : none;
    z-index:1000;
}

/* Forgot password styles */
.fpw-container {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    width: 780px;
    margin: auto;
}
.fpw-content {
    height: auto;
}
.fperror {
    color: #E12726;
    font-weight: bold;
    margin: 15px;
}
#wrapperoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
    z-index: 999;
    display: none;
}
.fpw-main {
    width: 780px;
    height: 500px;
    font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #26252B;
}
.fpw-main-content {
    /*margin: 15px;*/
}
.fpw-useridbox {
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 260px;
    width: 260px;
}
.fpw-passwordbox {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 260px;
}
.fpw-passreq {
    margin-top: 10px;
    margin-left: 50px;
}
.fpw-passbox {
    display: flex;
}
.fpw-tokenbox {
    margin-bottom: 10px;
    display: flex;
    margin-left: 260px;
    width: 302px;
}
.fpw-characterbox {
    margin-bottom: 10px;
    margin-left: 260px;
    width: 260px;
}

/* For Healthecheck Page */
.sign-out-button {
    float:right;
    margin-right:10px;
    margin-top:-26px;
}
td.mylabel {
    text-transform: uppercase;
    font-weight: bold;
}
.mystatus.pass {
    color: green;
    text-transform: capitalize;
    font-weight: bold;
}
.mystatus.fail {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}

