/**
 * Flavor 2FA - Login verification styles
 */
.f2fa-icon { text-align: center; margin: 0 0 20px; }
.f2fa-icon .dashicons { font-size: 48px; width: 48px; height: 48px; color: #2271b1; background: #f0f6fc; border-radius: 50%; padding: 16px; }
.f2fa-description { text-align: center; margin-bottom: 20px; color: #50575e; }
#f2fa_code, #f2fa_recovery_code { font-size: 18px; letter-spacing: 2px; text-align: center; }
#f2fa-recovery-toggle { text-align: center; margin-top: 16px; }
#f2fa-recovery-toggle a, #f2fa-show-code { color: #50575e; text-decoration: none; font-size: 13px; }
#f2fa-recovery-toggle a:hover, #f2fa-show-code:hover { color: #2271b1; }
.f2fa-resend-form { text-align: center; margin-top: 10px; }
.f2fa-resend .button { width: auto; }
