

/* INDEX CSS */
body {
    background-color:#222627;
    color:#cccccc
}

a:link {
    color: white;
    text-decoration: underline;
}

a:visited {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: white;
    text-decoration: underline;
}

.row {
   text-align:left;
}

.panel-popup>.row {
    padding-top: 5px;
    padding-bottom: 10px;
}

.panel-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    width: 50%;
    z-index: 210;
    border: 3px solid #484848;
    background-color: #272b2b;
    text-align: center;
    border-radius: 7px;
    overflow-y: scroll;
}

.overlayBackground {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 201;
    background-color: rgba(0, 0, 0, 0.7);
}

#recoverLink {
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

.mainDiv {
    left:0;
    right:0;
    width:400px;
    height:640px;
    text-align:center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.effioLogo {
    cursor:pointer;
    height:85px; 
    width: auto;
    margin-top: 10%;
}

.formDiv {
    margin-top:16px;
    width:100%;
    text-align:center;
}

.form-control.formInput {
    text-align:center;
    margin-top:3px;
    margin-bottom:9px;
}

.hidden {
    display: none;
}

.hiddenInput {
    display:none;
}

.linkDiv {
    width:100%;
    font-size:13px;
    float:right;
    text-align:right;
}

.reset2FALink {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.loginDiv {
    width:100%; 
    text-align:center; 
    margin-top:15%;
}

.resendButton {
    width:40%;
}

.loginButton {
    width:30%;
}

.infoDiv {
    width:100%;
    text-align:center;
    float:left;
    margin-top:10%;
}

.footerDiv {
    width: 100%; 
    margin-top:25%
}

.footerLink {
    font-size:10px; 
    color:lightslategray; 
    cursor:pointer; 
    margin-right:5%; 
    display:none;
}

#response {
    margin-top:10px;
    display:none; 
}

.submitDiv{
    width:100%;
    text-align:center;
    margin-top:40px;
}

/* RECOVERY CSS */
.recoveryformDiv {
    margin-top:10px;
    width:70%;
    text-align:center;
    margin-left:15%;
}

/* RESET2FA CSS */
.clearButton {
    width: 28%; 
    margin-right: 5px;
}

/* REGISTER CSS */
.registerformDiv {
    margin-top:10px;
    width:70%;
    text-align:center;
    margin-left:15%;
}

.legendTitle {
    font-size: 16px;
}

.radioDiv {
    margin:auto;
}

.emailRadioButton {
    margin-left:0.5rem;
}


/* AUTHENTICATOR CSS */

.coverDiv {
    background-color: inherit;
    z-index:201 ; width:100%;
    height:100%; 
    display:flex; 
    justify-content: 
    center;
    align-items: center !important;
}

.loadingImage{
    width:64px; 
    height:64px;
}

.authenticatorDiv {
    left:0;
    right:0;
    width:400px;
    height:640px;
    text-align:center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display:none;
}

.row.justify-content-center {
    margin-top: 20px;
    text-align: center;
}
.col.align-self-center {
    min-width: 100%;
}

.authenticatorTitle {
    margin-bottom: 24px;
}

.authenticatorInfo {
    position: absolute;
    top: -6px; 
    right: 0px; 
    color: white; 
    text-align: center;  
}

.authenticatorInfo2 {
    max-width: 360px;
    font-size:medium;
    margin-bottom:12px; 
    text-align: center; 
}

.infoContainer {
    position: relative; 
    margin-bottom: 12px; 
    font-size: medium; 
    max-width: 360px;
}

#qrContainer {
    margin:auto;
    margin-bottom:32px;
}

.formAuthCode {
    width:360px;
    margin-bottom:32px !important;
}

.confirmQrButton {
    width:160px;
    margin-right:32px;
}

.cancelQrButton {
    width:160px;
}

.effioLogo2 {
    cursor: pointer;
    height: 85px;
    width: auto;
    margin-top: 10%;
    margin-bottom: 24px
}
