.twoFactorVerify {
  max-width: 380px;
  margin: 80px auto;
  padding: 32px;
  text-align: center;
}

.twoFactorVerify__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.twoFactorVerify__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.twoFactorVerify__inputWrapper {
  margin-bottom: 16px;
}

.twoFactorVerify__input {
  width: 180px;
  font-size: 24px;
  letter-spacing: 8px;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.twoFactorVerify__input:focus {
  border-color: #4a90d9;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.2);
}

.twoFactorVerify__error {
  color: #d32f2f;
  font-size: 13px;
  margin-bottom: 12px;
  min-height: 18px;
}

.twoFactorVerify__actions {
  margin-bottom: 12px;
}

.twoFactorVerify__btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid transparent;
}

.twoFactorVerify__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.twoFactorVerify__btn--primary {
  background: #4a90d9;
  color: #fff;
  border-color: #4a90d9;
}

.twoFactorVerify__btn--primary:hover:not(:disabled) {
  background: #357abd;
}

.twoFactorVerify__btn--secondary {
  background: #fff;
  color: #4a90d9;
  border-color: #4a90d9;
}

.twoFactorVerify__btn--secondary:hover:not(:disabled) {
  background: #f0f6ff;
}

.twoFactorVerify__btn--link {
  background: none;
  color: #888;
  border: none;
  font-size: 13px;
  text-decoration: underline;
}

.twoFactorVerify__btn--link:hover {
  color: #555;
}

.twoFactorVerify__countdown {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
