.tfa {
    color: var(--q-blue);
}
.tfa.fs-login-container,
.fs-login-container .tfa-label-group input:not(:placeholder-shown) ~ label {
    color: var(--q-white)
}
.tfa [type="hidden"] {
    display: none;
}
.tfa .code {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tfa a {
    color: var(--q-link);
    text-decoration: underline;
}
.tfa.modal-dialog {
    max-width: 500px;
    margin: 40px auto;
    padding: 10px;
}
.tfa .close {
    margin-left: auto;
    align-self: end;
}
.tfa .header-3 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 16px;
}
.tfa .header-4 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
}
.tfa .header-5 {
    font-size: 14px;
    font-weight: 400;
}
label.tfa-form-label {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: var(--q-blue);
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    transition: all .1s ease-in-out;
    font-size: 14px;
    padding: 13px;
    opacity: 0.7;
    height: 48px;
}
.tfa-label-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.tfa-label-group input:not(:placeholder-shown) ~ label {
    height: 48px;
    padding: 13px;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    line-height: 1.5;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    transition: all .1s ease-in-out;
    margin-top: -36px;
    font-size: 14px;
    color: var(--q-blue);
    opacity: 1;
}
input.tfa-form-control {
    display: inline-block;
    width: 260px;
    color: var(--q-brand);
    border: 1px solid #ced4da;
    border-radius: 32px !important;
    height: 48px;
    padding: 0rem 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--q-white);
}
input.tfa-form-control.tfa-form-control:focus {
    color: var(--q-brand);
    box-shadow: 0 0 0px 2px var(--q-cta);
    outline: 0;
}
/* Chrome, Safari, Edge, Opera */
input.tfa-form-control::-webkit-outer-spin-button,
input.tfa-form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.tfa-form-control[type=number] {
  -moz-appearance: textfield;
}
.tfa .qr-code {
    position: relative;
}
.tfa .tfa-container {
    pointer-events: auto;
    position: relative;
}