/*
    Styles for the login page and other standalone pages (pages outside the
    control of Portal)
*/

.float-container {
    overflow: hidden;
    width: 100%;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    /* max-width: 98%; */
}

#login-header {
    height: 89px;
}

#login-header img {
    margin-top: 20px;
    margin-left: 25px;
}

#header {
    padding-bottom: 20px;
}

.header-logo {
    position:absolute;
    visibility:show;
    left:0px;
    top:0px;
    z-index:1;
}

.header-logo img {
    position: relative;
    z-index: 1;
    max-width: 90%;
}

.header-logo::after {
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    background-color: #3f528a;
    top: 96px;
    width: 96vw;
}

#login {
    padding: 15px 20px;
    margin-top: 100px;
    border: 1px solid #185E87;
    box-shadow: 3px 5px 4px 0 #a5a5a5;
    border-radius: 3px;
    max-width: 21.2rem;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#login {

    width: 354px; !important
    margin: 100px auto 0px auto; !important
}

.footer {
    margin-top: 2% !important;
}

}


#login-form {
    font-size: calc(0.7rem + 0.5vmin);
    /* display: table-caption; */
}

#loginnobackground {
    padding: 7px 9px 7px;
    float: right;
    width: 420px;
    margin-right: 52px;
    margin-top: 60px;
}
#qrcontainer {
    width: 320px;
    padding: 7px 9px 7px;
    float: right;
    margin-right: 52px;
    margin-top: 60px;
}
#qrimg {
    border: 0;
    width: 100%;
    height: auto;
}


#title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.input-row, .button-row {
    overflow: hidden;
    width: 100%;
    padding-bottom: 4px;
    display: flex;
}

#message .message-row {
    padding: 4px 8px;
}

#message {
    width: 630px;
    margin: 0px auto;
}

#loginData {
    padding: 8px;
    margin: 0px;
}

.content {
    padding: 8px;
}

.input-row label {
    width: 20em;
    float: left;
    font-weight: bold;
}

.button-row .ctrl{
    float: right;
}

input, select, button {
    margin: 1px;
}

.textinput {
    border: 1px solid #B9B9B4;
    padding: 1px 2px 1px 3px;
}

#username, #password, #passcode {
    width: 92%;
    height: 2em;
    flex-flow: wrap;
    width: fit-content;
    min-width: 19rem;
}

input:disabled {background-color: #EEF2FA;cursor: not-allowed;}

.login-footer .info p {
    margin: 1px 0px;
}

.login-footer-authpad .info p {
    margin: 1px 0px;
}

.login-footer-textpad .info p {
    margin: 1px 0px;
}

.login-footer-keypad .info p {
    margin: 1px 0px;
}

.login-footer-pinpad .info p {
    margin: 1px 0px;
}

.login-footer-register .info p {
    margin: 1px 0px;
}

.login-footer-challenge .info p {
    margin: 1px 0px;
}

.login-footer-generic .info p {
    margin: 1px 0px;
}

.login-footer-version .info p {
    margin: 1px 0px;
}

.login-footer {
    color:#B2CBDB;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
    margin-top:185px;
    white-space: nowrap;
}

.login-footer-generic {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:235px;
        white-space: nowrap;
}

.login-footer-version {
        position: absolute;
        top: 584px; /* length of background image */
        color: #B2CBDB;
        font-family: Tahoma,Verdana,Helvetica,sans-serif;
        font-size: 10px;
        font-weight: normal;
        white-space: nowrap;
}

.login-footer-authpad {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:265px;
        white-space: nowrap;
}

.login-footer-pinpad {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:20px;
        white-space: nowrap;
}

.login-footer-textpad {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:20px;
        white-space: nowrap;
}

.login-footer-keypad {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:90px;
        white-space: nowrap;
}

.login-footer-register {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:40px;
        white-space: nowrap;
}

.login-footer-challenge {
        color:#B2CBDB;
        font-family:Tahoma,Verdana,Helvetica,sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:110px;
        white-space: nowrap;
}

.formButton {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible; /* keeps IE from making buttons too wide */
    background: #3F528A;
    color: white;
    border-color: #DDDDD8 #AFAFAF #797975;
    padding: 0.4em 1.2em 0.4em;
    font-size: calc(0.7rem + 0.5vmin);
}

.formButton:hover{
    opacity: 0.4;
    filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
    zoom: 1;
}

.formButton-disabled {
 
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible; /* keeps IE from making buttons too wide */
    background: #3F528A;
    color: white;
    border-color: #DDDDD8 #AFAFAF #797975;
    padding: 0.4em 1.2em 0.4em;
    font-size: calc(0.7rem + 0.5vmin);
}

.title {font-size: calc(0.7rem + 0.55vmin);color: white;text-align: center;font-weight: bold;background-color: #3F528A;padding: 0.5em 1.9em 0.5em;}

.loginFailed {
    color: #AD0E25;
    overflow-wrap: break-word;
    font-size: calc(0.65rem + 0.5vmin);
    /* width: 92%; */
}

.footer {
    margin: 0 auto;
    width: 95%;
    clear: both;
    margin-top: 2%;
    padding-bottom: 0.6%;
    margin-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    font-size: 14px;
    line-height: 22.652px;
}

.footer_bottom {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    font-size: 14px;
    line-height: 22.652px;
}

.footer_links {
    float: right;
}

.footer_item {
    float: left;
}

h4.footer_title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #3F528A;
    font-size: 11.5px;
}

ol,
ul {
    list-style: none;
}


ol, ul, li {
        font-size: 11px;
        line-height: 1.3em;
        margin-top: 0.2em;
        margin-bottom: 0.1em;
        padding-left: 20;
        }
a, a:link {
    font-size: 12px;
    text-decoration: none;
    color: #191919;
}

@media only screen and (max-width: 1000px) {
.fed-content {margin-left: 0px !important; max-width: 100% !important; margin-right: 0px !important}
.footer {margin-left: 2% !important;}
}

#ResendCodeButton {
    background: none;       /* Remove button background */
    border: none;           /* Remove button border */
    color: #3F528A;            /* Set text color to blue (like a link) */
    cursor: pointer;        /* Change cursor to pointer (like a link) */
    padding: 0;             /* Remove padding to match link text style */
    margin-bottom: 4px;
}

#ResendCodeButton:hover {
 text-decoration: underline;
}

@media only screen and (max-width: 500px) {
#username, #password, #passcode {
   min-width: 70VW;
}

#login {
    max-width: 80VW;
}
}

.formlinks {
    color: #3F528A !important;
    margin-left: 4px;
    display: inline-block;
    line-height: 22.652px;
    font-size: 12px;
    }

.formlinks a:visited {
     color: #3F528A;
}

#formsspan {
    color: #191919 !important;
    margin-left: 4px;
    display: inline-block;
    line-height: 22.652px;
    font-size: 12px;
    }