/* Two-Factor Authentication (safe for dashboard + login pages) */
.pt-2fa-step {
    text-align: left;
}
.pt-2fa-description {
    color: #666;
    font-size: 14px;
    margin: 8px 0 0;
    line-height: 1.5;
}
.pt-2fa-otp-input {
    font-size: 20px;
    letter-spacing: 6px;
    text-align: center;
    height: 50px;
}
.pt-2fa-trust-wrap {
    margin: 15px 0;
    font-size: 13px;
}
.pt-2fa-trust-wrap label {
    font-weight: normal;
    margin-left: 5px;
}
.pt-2fa-actions {
    margin-top: 15px;
}
.pt-2fa-actions .btn {
    width: 100%;
}
.pt-2fa-resend-wrap {
    margin-top: 20px;
    font-size: 13px;
}
.pt-2fa-resend-btn:disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.pt-2fa-cancel-link {
    font-size: 12px;
    color: #3492cf;
}
.loginBox .pt-2fa-step .form-group label.bold {
    font-size: 16px;
    color: #333;
}
.pt-2fa-dev-hint {
    background: #fff8e6;
    border: 1px solid #f0d78c;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 13px;
    margin-top: 10px;
    color: #856404;
}
.pt-2fa-dev-hint code {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}
.pt-2fa-switch-modal .modal-body {
    padding: 10px 25px 25px;
}
