/* PasswordlessAccess owns these styles so standalone authentication pages do
   not depend on the registration wizard. */

.passwordless-page {
    min-height: 100vh;
}

.pds-passwordless-access .frm-code.form-control {
    max-width: 13rem;
    height: auto;
    padding: 0.625rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.4em;
    font-variant-numeric: tabular-nums;
    text-indent: 0.4em;
}

.pds-passwordless-access .frm-code::placeholder {
    color: var(--ar-border-color);
    font-weight: 400;
    letter-spacing: inherit;
}

.pds-passwordless-access .frm-foot {
    margin: 1.25rem 0 0;
    font-size: 0.8125rem;
    color: var(--ar-secondary-color);
}

.pds-passwordless-access .frm-foot .btn-link {
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: var(--brand-dark);
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.pds-passwordless-access .frm-foot .btn-link:hover {
    color: #6b5100;
}
